#A68876

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

Shades of Almond Frost #A68876

Tints of Almond Frost #A68876

Color information

#A68876 (or 0xA68876) is unknown color: approx Almond Frost. HEX triplet: A6, 88 and 76. RGB value is (166,136,118). Sum of RGB (Red+Green+Blue) = 166+136+118=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 166 - color contains mainly: red. Hex color #A68876 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68876 is #597789. Grayscale: #8F8F8F. Windows color (decimal): -5863306 or 7768230. OLE color: 7768230.

HSL color Cylindrical-coordinate representation of color #A68876: hue angle of 22.5º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A68876 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB166136118-
CMYK00.180.290.35
HSL22.5º21.24%55.69%-
HSV(B)22.5º28.92%65.1%-
XYZ27.827.0220.89-
YUV142.92113.94144.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.52%
GREEN value IS 136 (53.52% from 255) = 32.38%
BLUE value IS 118 (46.48% from 255) = 28.10%
R=39.52%
G=32.38%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613611800.180.290.3522.521.2455.69
HexA688760121D23171538
Octal2462101660223543272570
Binary10100110100010001110110010010111011000111011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68876; }

 p { color: rgb(166,136,118); }

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

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

 a { background-color: rgb(166,136,118); }

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

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

 span { border-color: rgb(166,136,118); }

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