#A25932

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

Shades of Indochine #A25932

Tints of Indochine #A25932

Color information

#A25932 (or 0xA25932) is unknown color: approx Indochine. HEX triplet: A2, 59 and 32. RGB value is (162,89,50). Sum of RGB (Red+Green+Blue) = 162+89+50=301 (39% of max value = 765). Red value is 162 (63.67% from 255 or 53.82% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 162 - color contains mainly: red. Hex color #A25932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25932 is #5DA6CD. Grayscale: #6A6A6A. Windows color (decimal): -6137550 or 3299746. OLE color: 3299746.

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

Color convert

RGB1628950-
CMYK00.450.690.36
HSL20.89º52.83%41.57%-
HSV(B)20.89º69.14%63.53%-
XYZ19.0515.064.92-
YUV106.3896.18167.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.82%
GREEN value IS 89 (35.16% from 255) = 29.57%
BLUE value IS 50 (19.92% from 255) = 16.61%
R=53.82%
G=29.57%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162895000.450.690.3620.8952.8341.57
HexA2593202D452415352a
Octal2421316205510544256552
Binary1010001010110011100100101101100010110010010101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25932; }

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

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

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

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

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

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

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

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