#A68775

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

Shades of Almond Frost #A68775

Tints of Almond Frost #A68775

Color information

#A68775 (or 0xA68775) is unknown color: approx Almond Frost. HEX triplet: A6, 87 and 75. RGB value is (166,135,117). Sum of RGB (Red+Green+Blue) = 166+135+117=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 166 - color contains mainly: red. Hex color #A68775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68775 is #59788A. Grayscale: #8E8E8E. Windows color (decimal): -5863563 or 7702438. OLE color: 7702438.

HSL color Cylindrical-coordinate representation of color #A68775: hue angle of 22.04º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A68775 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB166135117-
CMYK00.190.300.35
HSL22.04º21.59%55.49%-
HSV(B)22.04º29.52%65.1%-
XYZ27.626.7220.53-
YUV142.22113.77144.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.71%
GREEN value IS 135 (53.12% from 255) = 32.30%
BLUE value IS 117 (46.09% from 255) = 27.99%
R=39.71%
G=32.30%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613511700.190.300.3522.0421.5955.49
HexA687750131E23161637
Octal2462071650233643262667
Binary10100110100001111110101010011111101000111011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68775; }

 p { color: rgb(166,135,117); }

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

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

 a { background-color: rgb(166,135,117); }

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

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

 span { border-color: rgb(166,135,117); }

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