#A15F33

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

Shades of Indochine #A15F33

Tints of Indochine #A15F33

Color information

#A15F33 (or 0xA15F33) is unknown color: approx Indochine. HEX triplet: A1, 5F and 33. RGB value is (161,95,51). Sum of RGB (Red+Green+Blue) = 161+95+51=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A15F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15F33 is #5EA0CC. Grayscale: #6D6D6D. Windows color (decimal): -6201549 or 3366817. OLE color: 3366817.

HSL color Cylindrical-coordinate representation of color #A15F33: hue angle of 24º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A15F33 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB1619551-
CMYK00.410.680.37
HSL24º51.89%41.57%-
HSV(B)24º68.32%63.14%-
XYZ19.39165.2-
YUV109.7294.87164.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.44%
GREEN value IS 95 (37.5% from 255) = 30.94%
BLUE value IS 51 (20.31% from 255) = 16.61%
R=52.44%
G=30.94%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161955100.410.680.372451.8941.57
HexA15F33029442518342a
Octal2411376305110445306452
Binary1010000110111111100110101001100010010010111000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15F33; }

 p { color: rgb(161,95,51); }

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

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

 a { background-color: rgb(161,95,51); }

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

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

 span { border-color: rgb(161,95,51); }

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