#A08881

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

Shades of Almond Frost #A08881

Tints of Almond Frost #A08881

Color information

#A08881 (or 0xA08881) is unknown color: approx Almond Frost. HEX triplet: A0, 88 and 81. RGB value is (160,136,129). Sum of RGB (Red+Green+Blue) = 160+136+129=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 129 (50.78% from 255 or 30.35% from 425); Max value from RGB is 160 - color contains mainly: red. Hex color #A08881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08881 is #5F777E. Grayscale: #8E8E8E. Windows color (decimal): -6256511 or 8489120. OLE color: 8489120.

HSL color Cylindrical-coordinate representation of color #A08881: hue angle of 13.55º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A08881 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB160136129-
CMYK00.150.190.37
HSL13.55º14.03%56.67%-
HSV(B)13.55º19.37%62.75%-
XYZ27.2626.6724.48-
YUV142.38120.45140.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.65%
GREEN value IS 136 (53.52% from 255) = 32%
BLUE value IS 129 (50.78% from 255) = 30.35%
R=37.65%
G=32%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013612900.150.190.3713.5514.0356.67
HexA088810F1325ee39
Octal2402102010172345161671
Binary101000001000100010000001011111001110010111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08881; }

 p { color: rgb(160,136,129); }

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

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

 a { background-color: rgb(160,136,129); }

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

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

 span { border-color: rgb(160,136,129); }

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