#A88677

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

Shades of Almond Frost #A88677

Tints of Almond Frost #A88677

Color information

#A88677 (or 0xA88677) is unknown color: approx Almond Frost. HEX triplet: A8, 86 and 77. RGB value is (168,134,119). Sum of RGB (Red+Green+Blue) = 168+134+119=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 119 (46.88% from 255 or 28.27% from 421); Max value from RGB is 168 - color contains mainly: red. Hex color #A88677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88677 is #577988. Grayscale: #8E8E8E. Windows color (decimal): -5732745 or 7833256. OLE color: 7833256.

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

Color convert

RGB168134119-
CMYK00.200.290.34
HSL18.37º21.97%56.27%-
HSV(B)18.37º29.17%65.88%-
XYZ2826.7121.13-
YUV142.46114.76146.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.90%
GREEN value IS 134 (52.73% from 255) = 31.83%
BLUE value IS 119 (46.88% from 255) = 28.27%
R=39.90%
G=31.83%
B=28.27%

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
Decimal16813411900.200.290.3418.3721.9756.27
HexA886770141D22121638
Octal2502061670243542222670
Binary10101000100001101110111010100111011000101001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88677; }

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

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

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

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

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

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

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

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