#A48979

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

Shades of Almond Frost #A48979

Tints of Almond Frost #A48979

Color information

#A48979 (or 0xA48979) is unknown color: approx Almond Frost. HEX triplet: A4, 89 and 79. RGB value is (164,137,121). Sum of RGB (Red+Green+Blue) = 164+137+121=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 164 - color contains mainly: red. Hex color #A48979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48979 is #5B7686. Grayscale: #8F8F8F. Windows color (decimal): -5994119 or 7965092. OLE color: 7965092.

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

Color convert

RGB164137121-
CMYK00.160.260.36
HSL22.33º19.11%55.88%-
HSV(B)22.33º26.22%64.31%-
XYZ27.7127.1621.87-
YUV143.25115.45142.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.86%
GREEN value IS 137 (53.91% from 255) = 32.46%
BLUE value IS 121 (47.66% from 255) = 28.67%
R=38.86%
G=32.46%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413712100.160.260.3622.3319.1155.88
HexA489790101A24161338
Octal2442111710203244262370
Binary10100100100010011111001010000110101001001011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48979; }

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

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

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

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

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

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

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

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