#A45949

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

Shades of Crail #A45949

Tints of Crail #A45949

Color information

#A45949 (or 0xA45949) is unknown color: approx Crail. HEX triplet: A4, 59 and 49. RGB value is (164,89,73). Sum of RGB (Red+Green+Blue) = 164+89+73=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A45949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45949 is #5BA6B6. Grayscale: #6D6D6D. Windows color (decimal): -6006455 or 4807076. OLE color: 4807076.

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

Color convert

RGB1648973-
CMYK00.460.550.36
HSL10.55º38.4%46.47%-
HSV(B)10.55º55.49%64.31%-
XYZ20.0815.528.24-
YUV109.6107.35166.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.31%
GREEN value IS 89 (35.16% from 255) = 27.30%
BLUE value IS 73 (28.91% from 255) = 22.39%
R=50.31%
G=27.30%
B=22.39%

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
Decimal164897300.460.550.3610.5538.446.47
HexA4594902E3724b262e
Octal2441311110566744134656
Binary101001001011001100100101011101101111001001011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45949; }

 p { color: rgb(164,89,73); }

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

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

 a { background-color: rgb(164,89,73); }

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

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

 span { border-color: rgb(164,89,73); }

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