#A48879

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

Shades of Almond Frost #A48879

Tints of Almond Frost #A48879

Color information

#A48879 (or 0xA48879) is unknown color: approx Almond Frost. HEX triplet: A4, 88 and 79. RGB value is (164,136,121). Sum of RGB (Red+Green+Blue) = 164+136+121=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 164 - color contains mainly: red. Hex color #A48879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48879 is #5B7786. Grayscale: #8E8E8E. Windows color (decimal): -5994375 or 7964836. OLE color: 7964836.

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

Color convert

RGB164136121-
CMYK00.170.260.36
HSL20.93º19.11%55.88%-
HSV(B)20.93º26.22%64.31%-
XYZ27.5726.8821.82-
YUV142.66115.78143.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.95%
GREEN value IS 136 (53.52% from 255) = 32.30%
BLUE value IS 121 (47.66% from 255) = 28.74%
R=38.95%
G=32.30%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413612100.170.260.3620.9319.1155.88
HexA488790111A24151338
Octal2442101710213244252370
Binary10100100100010001111001010001110101001001010110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48879; }

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

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

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

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

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

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

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

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