#A25042

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

Shades of Crail #A25042

Tints of Crail #A25042

Color information

#A25042 (or 0xA25042) is unknown color: approx Crail. HEX triplet: A2, 50 and 42. RGB value is (162,80,66). Sum of RGB (Red+Green+Blue) = 162+80+66=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A25042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25042 is #5DAFBD. Grayscale: #676767. Windows color (decimal): -6139838 or 4346018. OLE color: 4346018.

HSL color Cylindrical-coordinate representation of color #A25042: hue angle of 8.75º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A25042 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB1628066-
CMYK00.510.590.36
HSL8.75º42.11%44.71%-
HSV(B)8.75º59.26%63.53%-
XYZ18.7513.816.83-
YUV102.92107.17170.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.60%
GREEN value IS 80 (31.64% from 255) = 25.97%
BLUE value IS 66 (26.17% from 255) = 21.43%
R=52.60%
G=25.97%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162806600.510.590.368.7542.1144.71
HexA250420333B2492a2d
Octal2421201020637344115255
Binary101000101010000100001001100111110111001001001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25042; }

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

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

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

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

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

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

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

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