#A48579

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

Shades of Almond Frost #A48579

Tints of Almond Frost #A48579

Color information

#A48579 (or 0xA48579) is unknown color: approx Almond Frost. HEX triplet: A4, 85 and 79. RGB value is (164,133,121). Sum of RGB (Red+Green+Blue) = 164+133+121=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 164 - color contains mainly: red. Hex color #A48579 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48579 is #5B7A86. Grayscale: #8C8C8C. Windows color (decimal): -5995143 or 7964068. OLE color: 7964068.

HSL color Cylindrical-coordinate representation of color #A48579: hue angle of 16.74º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A48579 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB164133121-
CMYK00.190.260.36
HSL16.74º19.11%55.88%-
HSV(B)16.74º26.22%64.31%-
XYZ27.1526.0521.69-
YUV140.9116.77144.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.23%
GREEN value IS 133 (52.34% from 255) = 31.82%
BLUE value IS 121 (47.66% from 255) = 28.95%
R=39.23%
G=31.82%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413312100.190.260.3616.7419.1155.88
HexA485790131A24111338
Octal2442051710233244212370
Binary10100100100001011111001010011110101001001000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48579; }

 p { color: rgb(164,133,121); }

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

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

 a { background-color: rgb(164,133,121); }

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

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

 span { border-color: rgb(164,133,121); }

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