#A25A51

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

Shades of Crail #A25A51

Tints of Crail #A25A51

Color information

#A25A51 (or 0xA25A51) is unknown color: approx Crail. HEX triplet: A2, 5A and 51. RGB value is (162,90,81). Sum of RGB (Red+Green+Blue) = 162+90+81=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25A51 is #5DA5AE. Grayscale: #6E6E6E. Windows color (decimal): -6137263 or 5331618. OLE color: 5331618.

HSL color Cylindrical-coordinate representation of color #A25A51: hue angle of 6.67º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A25A51 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB1629081-
CMYK00.440.500.36
HSL6.67º33.33%47.65%-
HSV(B)6.67º50%63.53%-
XYZ20.0415.599.74-
YUV110.5111.35164.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.65%
GREEN value IS 90 (35.55% from 255) = 27.03%
BLUE value IS 81 (32.03% from 255) = 24.32%
R=48.65%
G=27.03%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162908100.440.500.366.6733.3347.65
HexA25A5102C322472130
Octal242132121054624474160
Binary10100010101101010100010101100110010100100111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25A51; }

 p { color: rgb(162,90,81); }

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

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

 a { background-color: rgb(162,90,81); }

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

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

 span { border-color: rgb(162,90,81); }

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