#A25041

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

Shades of Crail #A25041

Tints of Crail #A25041

Color information

#A25041 (or 0xA25041) is unknown color: approx Crail. HEX triplet: A2, 50 and 41. RGB value is (162,80,65). Sum of RGB (Red+Green+Blue) = 162+80+65=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A25041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25041 is #5DAFBE. Grayscale: #666666. Windows color (decimal): -6139839 or 4280482. OLE color: 4280482.

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

Color convert

RGB1628065-
CMYK00.510.600.36
HSL9.28º42.73%44.51%-
HSV(B)9.28º59.88%63.53%-
XYZ18.7213.86.68-
YUV102.81106.67170.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.77%
GREEN value IS 80 (31.64% from 255) = 26.06%
BLUE value IS 65 (25.78% from 255) = 21.17%
R=52.77%
G=26.06%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162806500.510.600.369.2842.7344.51
HexA250410333C2492b2d
Octal2421201010637444115355
Binary101000101010000100000101100111111001001001001101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25041; }

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

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

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

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

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

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

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

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