#A25240

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

Shades of Crail #A25240

Tints of Crail #A25240

Color information

#A25240 (or 0xA25240) is unknown color: approx Crail. HEX triplet: A2, 52 and 40. RGB value is (162,82,64). Sum of RGB (Red+Green+Blue) = 162+82+64=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A25240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25240 is #5DADBF. Grayscale: #686868. Windows color (decimal): -6139328 or 4215458. OLE color: 4215458.

HSL color Cylindrical-coordinate representation of color #A25240: hue angle of 11.02º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A25240 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB1628264-
CMYK00.490.600.36
HSL11.02º43.36%44.31%-
HSV(B)11.02º60.49%63.53%-
XYZ18.8414.096.58-
YUV103.87105.5169.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.60%
GREEN value IS 82 (32.42% from 255) = 26.62%
BLUE value IS 64 (25.39% from 255) = 20.78%
R=52.60%
G=26.62%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162826400.490.600.3611.0243.3644.31
HexA252400313C24b2b2c
Octal2421221000617444135354
Binary101000101010010100000001100011111001001001011101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25240; }

 p { color: rgb(162,82,64); }

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

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

 a { background-color: rgb(162,82,64); }

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

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

 span { border-color: rgb(162,82,64); }

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