#A2592F

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

Shades of Indochine #A2592F

Tints of Indochine #A2592F

Color information

#A2592F (or 0xA2592F) is unknown color: approx Indochine. HEX triplet: A2, 59 and 2F. RGB value is (162,89,47). Sum of RGB (Red+Green+Blue) = 162+89+47=298 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.36% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 47 (18.75% from 255 or 15.77% from 298); Max value from RGB is 162 - color contains mainly: red. Hex color #A2592F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2592F is #5DA6D0. Grayscale: #6A6A6A. Windows color (decimal): -6137553 or 3103138. OLE color: 3103138.

HSL color Cylindrical-coordinate representation of color #A2592F: hue angle of 21.91º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A2592F is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB1628947-
CMYK00.450.710.36
HSL21.91º55.02%40.98%-
HSV(B)21.91º70.99%63.53%-
XYZ18.9915.034.59-
YUV106.0494.68167.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.36%
GREEN value IS 89 (35.16% from 255) = 29.87%
BLUE value IS 47 (18.75% from 255) = 15.77%
R=54.36%
G=29.87%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162894700.450.710.3621.9155.0240.98
HexA2592F02D4724163729
Octal2421315705510744266751
Binary1010001010110011011110101101100011110010010110110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2592F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2592F; }

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

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

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

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

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

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

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

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