#A08477

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

Shades of Almond Frost #A08477

Tints of Almond Frost #A08477

Color information

#A08477 (or 0xA08477) is unknown color: approx Almond Frost. HEX triplet: A0, 84 and 77. RGB value is (160,132,119). Sum of RGB (Red+Green+Blue) = 160+132+119=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 160 - color contains mainly: red. Hex color #A08477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08477 is #5F7B88. Grayscale: #8A8A8A. Windows color (decimal): -6257545 or 7832736. OLE color: 7832736.

HSL color Cylindrical-coordinate representation of color #A08477: hue angle of 19.02º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A08477 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB160132119-
CMYK00.170.260.37
HSL19.02º17.75%54.71%-
HSV(B)19.02º25.62%62.75%-
XYZ26.0825.3120.96-
YUV138.89116.78143.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.93%
GREEN value IS 132 (51.95% from 255) = 32.12%
BLUE value IS 119 (46.88% from 255) = 28.95%
R=38.93%
G=32.12%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013211900.170.260.3719.0217.7554.71
HexA084770111A25131237
Octal2402041670213245232267
Binary10100000100001001110111010001110101001011001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08477; }

 p { color: rgb(160,132,119); }

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

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

 a { background-color: rgb(160,132,119); }

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

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

 span { border-color: rgb(160,132,119); }

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