#A35B30

Color #A35B30 Indochine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indochine #A35B30

Tints of Indochine #A35B30

Color information

#A35B30 (or 0xA35B30) is unknown color: approx Indochine. HEX triplet: A3, 5B and 30. RGB value is (163,91,48). Sum of RGB (Red+Green+Blue) = 163+91+48=302 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.97% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 163 - color contains mainly: red. Hex color #A35B30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35B30 is #5CA4CF. Grayscale: #6B6B6B. Windows color (decimal): -6071504 or 3169187. OLE color: 3169187.

HSL color Cylindrical-coordinate representation of color #A35B30: hue angle of 22.43º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A35B30 is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB1639148-
CMYK00.440.710.36
HSL22.43º54.5%41.37%-
HSV(B)22.43º70.55%63.92%-
XYZ19.3815.484.76-
YUV107.6394.35167.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 53.97%
GREEN value IS 91 (35.94% from 255) = 30.13%
BLUE value IS 48 (19.14% from 255) = 15.89%
R=53.97%
G=30.13%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163914800.440.710.3622.4354.541.37
HexA35B3002C4724163729
Octal2431336005410744266751
Binary1010001110110111100000101100100011110010010110110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35B30; }

 p { color: rgb(163,91,48); }

 H1.HeaderClassName
 {
   color: #A35B30;
 }
 .AnyTagClassName
 {
   color: #A35B30;
 }
</style>
background-color css

<style>
 a { background-color: #A35B30; }

 a { background-color: rgb(163,91,48); }

 div.DivClassName
 {
   background-color: #A35B30;
 }
 .BgClassName
 {
   background-color: #A35B30;
 }
</style>
border-color css

<style>
 span { border-color: #A35B30; }

 span { border-color: rgb(163,91,48); }

 td.TdClassName
 {
   border-color: #A35B30;
 }
 .TagClassName
 {
   border-color: #A35B30;
 }
</style>