#A25C2F

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

Shades of Indochine #A25C2F

Tints of Indochine #A25C2F

Color information

#A25C2F (or 0xA25C2F) is unknown color: approx Indochine. HEX triplet: A2, 5C and 2F. RGB value is (162,92,47). Sum of RGB (Red+Green+Blue) = 162+92+47=301 (39% of max value = 765). Red value is 162 (63.67% from 255 or 53.82% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25C2F is #5DA3D0. Grayscale: #6C6C6C. Windows color (decimal): -6136785 or 3103906. OLE color: 3103906.

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

Color convert

RGB1629247-
CMYK00.430.710.36
HSL23.48º55.02%40.98%-
HSV(B)23.48º70.99%63.53%-
XYZ19.2415.544.67-
YUV107.893.69166.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.82%
GREEN value IS 92 (36.33% from 255) = 30.56%
BLUE value IS 47 (18.75% from 255) = 15.61%
R=53.82%
G=30.56%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162924700.430.710.3623.4855.0240.98
HexA25C2F02B4724173729
Octal2421345705310744276751
Binary1010001010111001011110101011100011110010010111110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25C2F; }

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

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

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

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

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

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

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

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