#A45C32

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

Shades of Indochine #A45C32

Tints of Indochine #A45C32

Color information

#A45C32 (or 0xA45C32) is unknown color: approx Indochine. HEX triplet: A4, 5C and 32. RGB value is (164,92,50). Sum of RGB (Red+Green+Blue) = 164+92+50=306 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.59% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 164 - color contains mainly: red. Hex color #A45C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45C32 is #5BA3CD. Grayscale: #6C6C6C. Windows color (decimal): -6005710 or 3300516. OLE color: 3300516.

HSL color Cylindrical-coordinate representation of color #A45C32: hue angle of 22.11º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A45C32 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB1649250-
CMYK00.440.700.36
HSL22.11º53.27%41.96%-
HSV(B)22.11º69.51%64.31%-
XYZ19.7115.785.02-
YUV108.7494.85167.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.59%
GREEN value IS 92 (36.33% from 255) = 30.07%
BLUE value IS 50 (19.92% from 255) = 16.34%
R=53.59%
G=30.07%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164925000.440.700.3622.1153.2741.96
HexA45C3202C462416352a
Octal2441346205410644266552
Binary1010010010111001100100101100100011010010010110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45C32; }

 p { color: rgb(164,92,50); }

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

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

 a { background-color: rgb(164,92,50); }

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

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

 span { border-color: rgb(164,92,50); }

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