#A25241

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

Shades of Crail #A25241

Tints of Crail #A25241

Color information

#A25241 (or 0xA25241) is unknown color: approx Crail. HEX triplet: A2, 52 and 41. RGB value is (162,82,65). Sum of RGB (Red+Green+Blue) = 162+82+65=309 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.43% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 162 - color contains mainly: red. Hex color #A25241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25241 is #5DADBE. Grayscale: #686868. Windows color (decimal): -6139327 or 4280994. OLE color: 4280994.

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

Color convert

RGB1628265-
CMYK00.490.600.36
HSL10.52º42.73%44.51%-
HSV(B)10.52º59.88%63.53%-
XYZ18.8714.16.73-
YUV103.98106169.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.43%
GREEN value IS 82 (32.42% from 255) = 26.54%
BLUE value IS 65 (25.78% from 255) = 21.04%
R=52.43%
G=26.54%
B=21.04%

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
Decimal162826500.490.600.3610.5242.7344.51
HexA252410313C24b2b2d
Octal2421221010617444135355
Binary101000101010010100000101100011111001001001011101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25241; }

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

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

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

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

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

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

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

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