#A48476

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

Shades of Almond Frost #A48476

Tints of Almond Frost #A48476

Color information

#A48476 (or 0xA48476) is unknown color: approx Almond Frost. HEX triplet: A4, 84 and 76. RGB value is (164,132,118). Sum of RGB (Red+Green+Blue) = 164+132+118=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 164 - color contains mainly: red. Hex color #A48476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48476 is #5B7B89. Grayscale: #8C8C8C. Windows color (decimal): -5995402 or 7767204. OLE color: 7767204.

HSL color Cylindrical-coordinate representation of color #A48476: hue angle of 18.26º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A48476 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB164132118-
CMYK00.200.280.36
HSL18.26º20.18%55.29%-
HSV(B)18.26º28.05%64.31%-
XYZ26.8325.720.69-
YUV139.97115.6145.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.61%
GREEN value IS 132 (51.95% from 255) = 31.88%
BLUE value IS 118 (46.48% from 255) = 28.50%
R=39.61%
G=31.88%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413211800.200.280.3618.2620.1855.29
HexA484760141C24121437
Octal2442041660243444222467
Binary10100100100001001110110010100111001001001001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48476; }

 p { color: rgb(164,132,118); }

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

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

 a { background-color: rgb(164,132,118); }

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

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

 span { border-color: rgb(164,132,118); }

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