#A25040

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

Shades of Crail #A25040

Tints of Crail #A25040

Color information

#A25040 (or 0xA25040) is unknown color: approx Crail. HEX triplet: A2, 50 and 40. RGB value is (162,80,64). Sum of RGB (Red+Green+Blue) = 162+80+64=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A25040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25040 is #5DAFBF. Grayscale: #666666. Windows color (decimal): -6139840 or 4214946. OLE color: 4214946.

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

Color convert

RGB1628064-
CMYK00.510.600.36
HSL9.8º43.36%44.31%-
HSV(B)9.8º60.49%63.53%-
XYZ18.6913.796.53-
YUV102.69106.17170.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.94%
GREEN value IS 80 (31.64% from 255) = 26.14%
BLUE value IS 64 (25.39% from 255) = 20.92%
R=52.94%
G=26.14%
B=20.92%

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
Decimal162806400.510.600.369.843.3644.31
HexA250400333C24a2b2c
Octal2421201000637444125354
Binary101000101010000100000001100111111001001001010101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25040; }

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

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

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

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

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

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

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

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