#a25449

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

Shades of Crail #A25449

Tints of Crail #A25449

Color information

#A25449 (or 0xA25449) is unknown color: approx Crail. HEX triplet: A2, 54 and 49. RGB value is (162,84,73). Sum of RGB (Red+Green+Blue) = 162+84+73=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A25449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25449 is #5DABB6. Grayscale: #6A6A6A. Windows color (decimal): -6138807 or 4805794. OLE color: 4805794.

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

Color convert

RGB1628473-
CMYK00.480.550.36
HSL7.42º37.87%46.08%-
HSV(B)7.42º54.94%63.53%-
XYZ19.2714.58.09-
YUV106.07109.34167.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.78%
GREEN value IS 84 (33.20% from 255) = 26.33%
BLUE value IS 73 (28.91% from 255) = 22.88%
R=50.78%
G=26.33%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162847300.480.550.367.4237.8746.08
HexA2544903037247262e
Octal242124111060674474656
Binary10100010101010010010010110000110111100100111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a25449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a25449; }

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

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

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

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

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

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

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

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