#A25A33

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

Shades of Indochine #A25A33

Tints of Indochine #A25A33

Color information

#A25A33 (or 0xA25A33) is unknown color: approx Indochine. HEX triplet: A2, 5A and 33. RGB value is (162,90,51). Sum of RGB (Red+Green+Blue) = 162+90+51=303 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.47% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25A33 is #5DA5CC. Grayscale: #6B6B6B. Windows color (decimal): -6137293 or 3365538. OLE color: 3365538.

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

Color convert

RGB1629051-
CMYK00.440.690.36
HSL21.08º52.11%41.76%-
HSV(B)21.08º68.52%63.53%-
XYZ19.1515.235.06-
YUV107.0896.35167.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.47%
GREEN value IS 90 (35.55% from 255) = 29.70%
BLUE value IS 51 (20.31% from 255) = 16.83%
R=53.47%
G=29.70%
B=16.83%

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
Decimal162905100.440.690.3621.0852.1141.76
HexA25A3302C452415342a
Octal2421326305410544256452
Binary1010001010110101100110101100100010110010010101110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25A33; }

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

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

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

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

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

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

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

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