#A25C32

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

Shades of Indochine #A25C32

Tints of Indochine #A25C32

Color information

#A25C32 (or 0xA25C32) is unknown color: approx Indochine. HEX triplet: A2, 5C and 32. RGB value is (162,92,50). Sum of RGB (Red+Green+Blue) = 162+92+50=304 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.29% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25C32 is #5DA3CD. Grayscale: #6C6C6C. Windows color (decimal): -6136782 or 3300514. OLE color: 3300514.

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

Color convert

RGB1629250-
CMYK00.430.690.36
HSL22.5º52.83%41.57%-
HSV(B)22.5º69.14%63.53%-
XYZ19.315.575-
YUV108.1495.19166.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.29%
GREEN value IS 92 (36.33% from 255) = 30.26%
BLUE value IS 50 (19.92% from 255) = 16.45%
R=53.29%
G=30.26%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162925000.430.690.3622.552.8341.57
HexA25C3202B452416352a
Octal2421346205310544266552
Binary1010001010111001100100101011100010110010010110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25C32; }

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

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

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

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

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

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

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

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