#A45E49

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

Shades of Crail #A45E49

Tints of Crail #A45E49

Color information

#A45E49 (or 0xA45E49) is unknown color: approx Crail. HEX triplet: A4, 5E and 49. RGB value is (164,94,73). Sum of RGB (Red+Green+Blue) = 164+94+73=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A45E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45E49 is #5BA1B6. Grayscale: #707070. Windows color (decimal): -6005175 or 4808356. OLE color: 4808356.

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

Color convert

RGB1649473-
CMYK00.430.550.36
HSL13.85º38.4%46.47%-
HSV(B)13.85º55.49%64.31%-
XYZ20.5216.388.38-
YUV112.54105.69164.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.55%
GREEN value IS 94 (37.11% from 255) = 28.40%
BLUE value IS 73 (28.91% from 255) = 22.05%
R=49.55%
G=28.40%
B=22.05%

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
Decimal164947300.430.550.3613.8538.446.47
HexA45E4902B3724e262e
Octal2441361110536744164656
Binary101001001011110100100101010111101111001001110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45E49; }

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

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

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

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

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

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

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

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