#A25D33

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

Shades of Indochine #A25D33

Tints of Indochine #A25D33

Color information

#A25D33 (or 0xA25D33) is unknown color: approx Indochine. HEX triplet: A2, 5D and 33. RGB value is (162,93,51). Sum of RGB (Red+Green+Blue) = 162+93+51=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25D33 is #5DA2CC. Grayscale: #6D6D6D. Windows color (decimal): -6136525 or 3366306. OLE color: 3366306.

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

Color convert

RGB1629351-
CMYK00.430.690.36
HSL22.7º52.11%41.76%-
HSV(B)22.7º68.52%63.53%-
XYZ19.4115.755.15-
YUV108.8495.36165.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.94%
GREEN value IS 93 (36.72% from 255) = 30.39%
BLUE value IS 51 (20.31% from 255) = 16.67%
R=52.94%
G=30.39%
B=16.67%

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
Decimal162935100.430.690.3622.752.1141.76
HexA25D3302B452417342a
Octal2421356305310544276452
Binary1010001010111011100110101011100010110010010111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25D33; }

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

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

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

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

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

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

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

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