#A45849

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

Shades of Crail #A45849

Tints of Crail #A45849

Color information

#A45849 (or 0xA45849) is unknown color: approx Crail. HEX triplet: A4, 58 and 49. RGB value is (164,88,73). Sum of RGB (Red+Green+Blue) = 164+88+73=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A45849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45849 is #5BA7B6. Grayscale: #6D6D6D. Windows color (decimal): -6006711 or 4806820. OLE color: 4806820.

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

Color convert

RGB1648873-
CMYK00.460.550.36
HSL9.89º38.4%46.47%-
HSV(B)9.89º55.49%64.31%-
XYZ2015.358.21-
YUV109.01107.68167.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.46%
GREEN value IS 88 (34.77% from 255) = 27.08%
BLUE value IS 73 (28.91% from 255) = 22.46%
R=50.46%
G=27.08%
B=22.46%

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
Decimal164887300.460.550.369.8938.446.47
HexA4584902E3724a262e
Octal2441301110566744124656
Binary101001001011000100100101011101101111001001010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45849; }

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

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

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

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

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

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

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

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