#a45d49

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

Shades of Crail #A45D49

Tints of Crail #A45D49

Color information

#A45D49 (or 0xA45D49) is unknown color: approx Crail. HEX triplet: A4, 5D and 49. RGB value is (164,93,73). Sum of RGB (Red+Green+Blue) = 164+93+73=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A45D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45D49 is #5BA2B6. Grayscale: #707070. Windows color (decimal): -6005431 or 4808100. OLE color: 4808100.

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

Color convert

RGB1649373-
CMYK00.430.550.36
HSL13.19º38.4%46.47%-
HSV(B)13.19º55.49%64.31%-
XYZ20.4316.28.35-
YUV111.95106.02165.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.70%
GREEN value IS 93 (36.72% from 255) = 28.18%
BLUE value IS 73 (28.91% from 255) = 22.12%
R=49.70%
G=28.18%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164937300.430.550.3613.1938.446.47
HexA45D4902B3724d262e
Octal2441351110536744154656
Binary101001001011101100100101010111101111001001101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a45d49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a45d49; }

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

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

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

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

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

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

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

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