#A25851

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

Shades of Crail #A25851

Tints of Crail #A25851

Color information

#A25851 (or 0xA25851) is unknown color: approx Crail. HEX triplet: A2, 58 and 51. RGB value is (162,88,81). Sum of RGB (Red+Green+Blue) = 162+88+81=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A25851 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25851 is #5DA7AE. Grayscale: #6D6D6D. Windows color (decimal): -6137775 or 5331106. OLE color: 5331106.

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

Color convert

RGB1628881-
CMYK00.460.500.36
HSL5.19º33.33%47.65%-
HSV(B)5.19º50%63.53%-
XYZ19.8815.259.68-
YUV109.33112.02165.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.94%
GREEN value IS 88 (34.77% from 255) = 26.59%
BLUE value IS 81 (32.03% from 255) = 24.47%
R=48.94%
G=26.59%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162888100.460.500.365.1933.3347.65
HexA2585102E322452130
Octal242130121056624454160
Binary10100010101100010100010101110110010100100101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25851; }

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

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

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

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

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

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

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

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