#A05B32

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

Shades of Indochine #A05B32

Tints of Indochine #A05B32

Color information

#A05B32 (or 0xA05B32) is unknown color: approx Indochine. HEX triplet: A0, 5B and 32. RGB value is (160,91,50). Sum of RGB (Red+Green+Blue) = 160+91+50=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A05B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05B32 is #5FA4CD. Grayscale: #6B6B6B. Windows color (decimal): -6268110 or 3300256. OLE color: 3300256.

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

Color convert

RGB1609150-
CMYK00.430.690.37
HSL22.36º52.38%41.18%-
HSV(B)22.36º68.75%62.75%-
XYZ18.8115.194.96-
YUV106.9695.86165.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.16%
GREEN value IS 91 (35.94% from 255) = 30.23%
BLUE value IS 50 (19.92% from 255) = 16.61%
R=53.16%
G=30.23%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160915000.430.690.3722.3652.3841.18
HexA05B3202B4525163429
Octal2401336205310545266451
Binary1010000010110111100100101011100010110010110110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05B32; }

 p { color: rgb(160,91,50); }

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

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

 a { background-color: rgb(160,91,50); }

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

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

 span { border-color: rgb(160,91,50); }

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