#A88878

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

Shades of Almond Frost #A88878

Tints of Almond Frost #A88878

Color information

#A88878 (or 0xA88878) is unknown color: approx Almond Frost. HEX triplet: A8, 88 and 78. RGB value is (168,136,120). Sum of RGB (Red+Green+Blue) = 168+136+120=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 168 - color contains mainly: red. Hex color #A88878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88878 is #577787. Grayscale: #8F8F8F. Windows color (decimal): -5732232 or 7899304. OLE color: 7899304.

HSL color Cylindrical-coordinate representation of color #A88878: hue angle of 20º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A88878 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB168136120-
CMYK00.190.290.34
HSL20º21.62%56.47%-
HSV(B)20º28.57%65.88%-
XYZ28.3427.2921.54-
YUV143.74114.6145.3-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.62%
GREEN value IS 136 (53.52% from 255) = 32.08%
BLUE value IS 120 (47.27% from 255) = 28.30%
R=39.62%
G=32.08%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813612000.190.290.342021.6256.47
HexA888780131D22141638
Octal2502101700233542242670
Binary10101000100010001111000010011111011000101010010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88878; }

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

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

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

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

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

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

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

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