#A25C31

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

Shades of Indochine #A25C31

Tints of Indochine #A25C31

Color information

#A25C31 (or 0xA25C31) is unknown color: approx Indochine. HEX triplet: A2, 5C and 31. RGB value is (162,92,49). Sum of RGB (Red+Green+Blue) = 162+92+49=303 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.47% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25C31 is #5DA3CE. Grayscale: #6C6C6C. Windows color (decimal): -6136783 or 3234978. OLE color: 3234978.

HSL color Cylindrical-coordinate representation of color #A25C31: hue angle of 22.83º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A25C31 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB1629249-
CMYK00.430.700.36
HSL22.83º53.55%41.37%-
HSV(B)22.83º69.75%63.53%-
XYZ19.2815.564.89-
YUV108.0394.69166.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.47%
GREEN value IS 92 (36.33% from 255) = 30.36%
BLUE value IS 49 (19.53% from 255) = 16.17%
R=53.47%
G=30.36%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162924900.430.700.3622.8353.5541.37
HexA25C3102B4624173629
Octal2421346105310644276651
Binary1010001010111001100010101011100011010010010111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25C31; }

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

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

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

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

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

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

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

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