#A88475

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

Shades of Almond Frost #A88475

Tints of Almond Frost #A88475

Color information

#A88475 (or 0xA88475) is unknown color: approx Almond Frost. HEX triplet: A8, 84 and 75. RGB value is (168,132,117). Sum of RGB (Red+Green+Blue) = 168+132+117=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 168 - color contains mainly: red. Hex color #A88475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88475 is #577B8A. Grayscale: #8D8D8D. Windows color (decimal): -5733259 or 7701672. OLE color: 7701672.

HSL color Cylindrical-coordinate representation of color #A88475: hue angle of 17.65º degrees, saturation: 0.23, 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 #A88475 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB168132117-
CMYK00.210.300.34
HSL17.65º22.67%55.88%-
HSV(B)17.65º30.36%65.88%-
XYZ27.6126.1120.41-
YUV141.05114.43147.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.29%
GREEN value IS 132 (51.95% from 255) = 31.65%
BLUE value IS 117 (46.09% from 255) = 28.06%
R=40.29%
G=31.65%
B=28.06%

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
Decimal16813211700.210.300.3417.6522.6755.88
HexA884750151E22121738
Octal2502041650253642222770
Binary10101000100001001110101010101111101000101001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88475; }

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

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

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

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

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

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

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

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