#A25C30

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

Shades of Indochine #A25C30

Tints of Indochine #A25C30

Color information

#A25C30 (or 0xA25C30) is unknown color: approx Indochine. HEX triplet: A2, 5C and 30. RGB value is (162,92,48). Sum of RGB (Red+Green+Blue) = 162+92+48=302 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.64% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25C30 is #5DA3CF. Grayscale: #6C6C6C. Windows color (decimal): -6136784 or 3169442. OLE color: 3169442.

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

Color convert

RGB1629248-
CMYK00.430.700.36
HSL23.16º54.29%41.18%-
HSV(B)23.16º70.37%63.53%-
XYZ19.2615.554.78-
YUV107.9194.19166.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.64%
GREEN value IS 92 (36.33% from 255) = 30.46%
BLUE value IS 48 (19.14% from 255) = 15.89%
R=53.64%
G=30.46%
B=15.89%

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
Decimal162924800.430.700.3623.1654.2941.18
HexA25C3002B4624173629
Octal2421346005310644276651
Binary1010001010111001100000101011100011010010010111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25C30; }

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

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

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

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

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

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

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

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