#A08977

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

Shades of Almond Frost #A08977

Tints of Almond Frost #A08977

Color information

#A08977 (or 0xA08977) is unknown color: approx Almond Frost. HEX triplet: A0, 89 and 77. RGB value is (160,137,119). Sum of RGB (Red+Green+Blue) = 160+137+119=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 160 - color contains mainly: red. Hex color #A08977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08977 is #5F7688. Grayscale: #8D8D8D. Windows color (decimal): -6256265 or 7834016. OLE color: 7834016.

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

Color convert

RGB160137119-
CMYK00.140.260.37
HSL26.34º17.75%54.71%-
HSV(B)26.34º25.62%62.75%-
XYZ26.7726.721.19-
YUV141.82115.12140.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.46%
GREEN value IS 137 (53.91% from 255) = 32.93%
BLUE value IS 119 (46.88% from 255) = 28.61%
R=38.46%
G=32.93%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013711900.140.260.3726.3417.7554.71
HexA089770E1A251a1237
Octal2402111670163245322267
Binary1010000010001001111011101110110101001011101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08977; }

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

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

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

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

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

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

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

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