#A25C35

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

Shades of Indochine #A25C35

Tints of Indochine #A25C35

Color information

#A25C35 (or 0xA25C35) is unknown color: approx Indochine. HEX triplet: A2, 5C and 35. RGB value is (162,92,53). Sum of RGB (Red+Green+Blue) = 162+92+53=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25C35 is #5DA3CA. Grayscale: #6C6C6C. Windows color (decimal): -6136779 or 3497122. OLE color: 3497122.

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

Color convert

RGB1629253-
CMYK00.430.670.36
HSL21.47º50.7%42.16%-
HSV(B)21.47º67.28%63.53%-
XYZ19.3715.595.36-
YUV108.4896.69166.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.77%
GREEN value IS 92 (36.33% from 255) = 29.97%
BLUE value IS 53 (21.09% from 255) = 17.26%
R=52.77%
G=29.97%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162925300.430.670.3621.4750.742.16
HexA25C3502B432415332a
Octal2421346505310344256352
Binary1010001010111001101010101011100001110010010101110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25C35; }

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

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

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

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

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

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

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

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