#A88576

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

Shades of Almond Frost #A88576

Tints of Almond Frost #A88576

Color information

#A88576 (or 0xA88576) is unknown color: approx Almond Frost. HEX triplet: A8, 85 and 76. RGB value is (168,133,118). Sum of RGB (Red+Green+Blue) = 168+133+118=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 168 - color contains mainly: red. Hex color #A88576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88576 is #577A89. Grayscale: #8D8D8D. Windows color (decimal): -5733002 or 7767464. OLE color: 7767464.

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

Color convert

RGB168133118-
CMYK00.210.300.34
HSL18º22.32%56.08%-
HSV(B)18º29.76%65.88%-
XYZ27.8126.4120.77-
YUV141.76114.6146.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.10%
GREEN value IS 133 (52.34% from 255) = 31.74%
BLUE value IS 118 (46.48% from 255) = 28.16%
R=40.10%
G=31.74%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813311800.210.300.341822.3256.08
HexA885760151E22121638
Octal2502051660253642222670
Binary10101000100001011110110010101111101000101001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88576; }

 p { color: rgb(168,133,118); }

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

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

 a { background-color: rgb(168,133,118); }

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

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

 span { border-color: rgb(168,133,118); }

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