#A15D2F

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

Shades of Indochine #A15D2F

Tints of Indochine #A15D2F

Color information

#A15D2F (or 0xA15D2F) is unknown color: approx Indochine. HEX triplet: A1, 5D and 2F. RGB value is (161,93,47). Sum of RGB (Red+Green+Blue) = 161+93+47=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A15D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15D2F is #5EA2D0. Grayscale: #6C6C6C. Windows color (decimal): -6202065 or 3104161. OLE color: 3104161.

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

Color convert

RGB1619347-
CMYK00.420.710.37
HSL24.21º54.81%40.78%-
HSV(B)24.21º70.81%63.14%-
XYZ19.1315.614.69-
YUV108.0993.53165.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.49%
GREEN value IS 93 (36.72% from 255) = 30.90%
BLUE value IS 47 (18.75% from 255) = 15.61%
R=53.49%
G=30.90%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161934700.420.710.3724.2154.8140.78
HexA15D2F02A4725183729
Octal2411355705210745306751
Binary1010000110111011011110101010100011110010111000110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15D2F; }

 p { color: rgb(161,93,47); }

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

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

 a { background-color: rgb(161,93,47); }

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

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

 span { border-color: rgb(161,93,47); }

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