#A25B30

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

Shades of Indochine #A25B30

Tints of Indochine #A25B30

Color information

#A25B30 (or 0xA25B30) is unknown color: approx Indochine. HEX triplet: A2, 5B and 30. RGB value is (162,91,48). Sum of RGB (Red+Green+Blue) = 162+91+48=301 (39% of max value = 765). Red value is 162 (63.67% from 255 or 53.82% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25B30 is #5DA4CF. Grayscale: #6B6B6B. Windows color (decimal): -6137040 or 3169186. OLE color: 3169186.

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

Color convert

RGB1629148-
CMYK00.440.700.36
HSL22.63º54.29%41.18%-
HSV(B)22.63º70.37%63.53%-
XYZ19.1715.384.75-
YUV107.3394.52167-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.82%
GREEN value IS 91 (35.94% from 255) = 30.23%
BLUE value IS 48 (19.14% from 255) = 15.95%
R=53.82%
G=30.23%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162914800.440.700.3622.6354.2941.18
HexA25B3002C4624173629
Octal2421336005410644276651
Binary1010001010110111100000101100100011010010010111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25B30; }

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

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

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

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

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

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

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

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