#A25849

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

Shades of Crail #A25849

Tints of Crail #A25849

Color information

#A25849 (or 0xA25849) is unknown color: approx Crail. HEX triplet: A2, 58 and 49. RGB value is (162,88,73). Sum of RGB (Red+Green+Blue) = 162+88+73=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A25849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25849 is #5DA7B6. Grayscale: #6C6C6C. Windows color (decimal): -6137783 or 4806818. OLE color: 4806818.

HSL color Cylindrical-coordinate representation of color #A25849: hue angle of 10.11º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A25849 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB1628873-
CMYK00.460.550.36
HSL10.11º37.87%46.08%-
HSV(B)10.11º54.94%63.53%-
XYZ19.5915.148.19-
YUV108.42108.02166.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.15%
GREEN value IS 88 (34.77% from 255) = 27.24%
BLUE value IS 73 (28.91% from 255) = 22.60%
R=50.15%
G=27.24%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162887300.460.550.3610.1137.8746.08
HexA2584902E3724a262e
Octal2421301110566744124656
Binary101000101011000100100101011101101111001001010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25849; }

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

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

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

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

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

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

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

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