#A25A2F

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

Shades of Indochine #A25A2F

Tints of Indochine #A25A2F

Color information

#A25A2F (or 0xA25A2F) is unknown color: approx Indochine. HEX triplet: A2, 5A and 2F. RGB value is (162,90,47). Sum of RGB (Red+Green+Blue) = 162+90+47=299 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.18% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 47 (18.75% from 255 or 15.72% from 299); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25A2F is #5DA5D0. Grayscale: #6A6A6A. Windows color (decimal): -6137297 or 3103394. OLE color: 3103394.

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

Color convert

RGB1629047-
CMYK00.440.710.36
HSL22.43º55.02%40.98%-
HSV(B)22.43º70.99%63.53%-
XYZ19.0715.24.62-
YUV106.6394.35167.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.18%
GREEN value IS 90 (35.55% from 255) = 30.10%
BLUE value IS 47 (18.75% from 255) = 15.72%
R=54.18%
G=30.10%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162904700.440.710.3622.4355.0240.98
HexA25A2F02C4724163729
Octal2421325705410744266751
Binary1010001010110101011110101100100011110010010110110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25A2F; }

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

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

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

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

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

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

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

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