#A48980

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

Shades of Almond Frost #A48980

Tints of Almond Frost #A48980

Color information

#A48980 (or 0xA48980) is unknown color: approx Almond Frost. HEX triplet: A4, 89 and 80. RGB value is (164,137,128). Sum of RGB (Red+Green+Blue) = 164+137+128=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 164 - color contains mainly: red. Hex color #A48980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48980 is #5B767F. Grayscale: #909090. Windows color (decimal): -5994112 or 8423844. OLE color: 8423844.

HSL color Cylindrical-coordinate representation of color #A48980: hue angle of 15º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A48980 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB164137128-
CMYK00.160.220.36
HSL15º16.51%57.25%-
HSV(B)15º21.95%64.31%-
XYZ28.1527.3424.22-
YUV144.05118.95142.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.23%
GREEN value IS 137 (53.91% from 255) = 31.93%
BLUE value IS 128 (50.39% from 255) = 29.84%
R=38.23%
G=31.93%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413712800.160.220.361516.5157.25
HexA489800101624f1139
Octal2442112000202644172171
Binary10100100100010011000000001000010110100100111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48980; }

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

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

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

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

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

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

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

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