#A08878

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

Shades of Almond Frost #A08878

Tints of Almond Frost #A08878

Color information

#A08878 (or 0xA08878) is unknown color: approx Almond Frost. HEX triplet: A0, 88 and 78. RGB value is (160,136,120). Sum of RGB (Red+Green+Blue) = 160+136+120=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 160 - color contains mainly: red. Hex color #A08878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08878 is #5F7787. Grayscale: #8D8D8D. Windows color (decimal): -6256520 or 7899296. OLE color: 7899296.

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

Color convert

RGB160136120-
CMYK00.150.250.37
HSL24º17.39%54.9%-
HSV(B)24º25%62.75%-
XYZ26.6926.4421.47-
YUV141.35115.95141.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.46%
GREEN value IS 136 (53.52% from 255) = 32.69%
BLUE value IS 120 (47.27% from 255) = 28.85%
R=38.46%
G=32.69%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013612000.150.250.372417.3954.9
HexA088780F1925181137
Octal2402101700173145302167
Binary1010000010001000111100001111110011001011100010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08878; }

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

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

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

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

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

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

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

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