#A88777

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

Shades of Almond Frost #A88777

Tints of Almond Frost #A88777

Color information

#A88777 (or 0xA88777) is unknown color: approx Almond Frost. HEX triplet: A8, 87 and 77. RGB value is (168,135,119). Sum of RGB (Red+Green+Blue) = 168+135+119=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 119 (46.88% from 255 or 28.20% from 422); Max value from RGB is 168 - color contains mainly: red. Hex color #A88777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88777 is #577888. Grayscale: #8F8F8F. Windows color (decimal): -5732489 or 7833512. OLE color: 7833512.

HSL color Cylindrical-coordinate representation of color #A88777: hue angle of 19.59º 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 #A88777 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB168135119-
CMYK00.200.290.34
HSL19.59º21.97%56.27%-
HSV(B)19.59º29.17%65.88%-
XYZ28.1426.9821.18-
YUV143.04114.43145.8-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.81%
GREEN value IS 135 (53.12% from 255) = 31.99%
BLUE value IS 119 (46.88% from 255) = 28.20%
R=39.81%
G=31.99%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813511900.200.290.3419.5921.9756.27
HexA887770141D22141638
Octal2502071670243542242670
Binary10101000100001111110111010100111011000101010010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88777; }

 p { color: rgb(168,135,119); }

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

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

 a { background-color: rgb(168,135,119); }

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

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

 span { border-color: rgb(168,135,119); }

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