#A68475

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

Shades of Almond Frost #A68475

Tints of Almond Frost #A68475

Color information

#A68475 (or 0xA68475) is unknown color: approx Almond Frost. HEX triplet: A6, 84 and 75. RGB value is (166,132,117). Sum of RGB (Red+Green+Blue) = 166+132+117=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 166 - color contains mainly: red. Hex color #A68475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68475 is #597B8A. Grayscale: #8C8C8C. Windows color (decimal): -5864331 or 7701670. OLE color: 7701670.

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

Color convert

RGB166132117-
CMYK00.200.300.35
HSL18.37º21.59%55.49%-
HSV(B)18.37º29.52%65.1%-
XYZ27.1925.8920.39-
YUV140.46114.76146.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40%
GREEN value IS 132 (51.95% from 255) = 31.81%
BLUE value IS 117 (46.09% from 255) = 28.19%
R=40%
G=31.81%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613211700.200.300.3518.3721.5955.49
HexA684750141E23121637
Octal2462041650243643222667
Binary10100110100001001110101010100111101000111001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68475; }

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

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

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

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

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

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

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

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