#A25935

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

Shades of Indochine #A25935

Tints of Indochine #A25935

Color information

#A25935 (or 0xA25935) is unknown color: approx Indochine. HEX triplet: A2, 59 and 35. RGB value is (162,89,53). Sum of RGB (Red+Green+Blue) = 162+89+53=304 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.29% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 162 - color contains mainly: red. Hex color #A25935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25935 is #5DA6CA. Grayscale: #6A6A6A. Windows color (decimal): -6137547 or 3496354. OLE color: 3496354.

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

Color convert

RGB1628953-
CMYK00.450.670.36
HSL19.82º50.7%42.16%-
HSV(B)19.82º67.28%63.53%-
XYZ19.1215.085.27-
YUV106.7297.68167.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.29%
GREEN value IS 89 (35.16% from 255) = 29.28%
BLUE value IS 53 (21.09% from 255) = 17.43%
R=53.29%
G=29.28%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162895300.450.670.3619.8250.742.16
HexA2593502D432414332a
Octal2421316505510344246352
Binary1010001010110011101010101101100001110010010100110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25935; }

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

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

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

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

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

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

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

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