#A15F31

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

Shades of Indochine #A15F31

Tints of Indochine #A15F31

Color information

#A15F31 (or 0xA15F31) is unknown color: approx Indochine. HEX triplet: A1, 5F and 31. RGB value is (161,95,49). Sum of RGB (Red+Green+Blue) = 161+95+49=305 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.79% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 161 - color contains mainly: red. Hex color #A15F31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15F31 is #5EA0CE. Grayscale: #6D6D6D. Windows color (decimal): -6201551 or 3235745. OLE color: 3235745.

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

Color convert

RGB1619549-
CMYK00.410.700.37
HSL24.64º53.33%41.18%-
HSV(B)24.64º69.57%63.14%-
XYZ19.3415.984.97-
YUV109.4993.87164.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.79%
GREEN value IS 95 (37.5% from 255) = 31.15%
BLUE value IS 49 (19.53% from 255) = 16.07%
R=52.79%
G=31.15%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161954900.410.700.3724.6453.3341.18
HexA15F310294625193529
Octal2411376105110645316551
Binary1010000110111111100010101001100011010010111001110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15F31; }

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

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

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

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

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

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

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

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