#A05F32

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

Shades of Indochine #A05F32

Tints of Indochine #A05F32

Color information

#A05F32 (or 0xA05F32) is unknown color: approx Indochine. HEX triplet: A0, 5F and 32. RGB value is (160,95,50). Sum of RGB (Red+Green+Blue) = 160+95+50=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A05F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05F32 is #5FA0CD. Grayscale: #6D6D6D. Windows color (decimal): -6267086 or 3301280. OLE color: 3301280.

HSL color Cylindrical-coordinate representation of color #A05F32: hue angle of 24.55º 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 #A05F32 is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB1609550-
CMYK00.410.690.37
HSL24.55º52.38%41.18%-
HSV(B)24.55º68.75%62.75%-
XYZ19.1715.895.07-
YUV109.394.53164.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.46%
GREEN value IS 95 (37.5% from 255) = 31.15%
BLUE value IS 50 (19.92% from 255) = 16.39%
R=52.46%
G=31.15%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160955000.410.690.3724.5552.3841.18
HexA05F320294525193429
Octal2401376205110545316451
Binary1010000010111111100100101001100010110010111001110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05F32; }

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

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

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

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

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

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

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

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