#A25A32

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

Shades of Indochine #A25A32

Tints of Indochine #A25A32

Color information

#A25A32 (or 0xA25A32) is unknown color: approx Indochine. HEX triplet: A2, 5A and 32. RGB value is (162,90,50). Sum of RGB (Red+Green+Blue) = 162+90+50=302 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.64% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25A32 is #5DA5CD. Grayscale: #6B6B6B. Windows color (decimal): -6137294 or 3300002. OLE color: 3300002.

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

Color convert

RGB1629050-
CMYK00.440.690.36
HSL21.43º52.83%41.57%-
HSV(B)21.43º69.14%63.53%-
XYZ19.1315.224.95-
YUV106.9795.85167.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.64%
GREEN value IS 90 (35.55% from 255) = 29.80%
BLUE value IS 50 (19.92% from 255) = 16.56%
R=53.64%
G=29.80%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162905000.440.690.3621.4352.8341.57
HexA25A3202C452415352a
Octal2421326205410544256552
Binary1010001010110101100100101100100010110010010101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25A32; }

 p { color: rgb(162,90,50); }

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

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

 a { background-color: rgb(162,90,50); }

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

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

 span { border-color: rgb(162,90,50); }

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