#A08675

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

Shades of Almond Frost #A08675

Tints of Almond Frost #A08675

Color information

#A08675 (or 0xA08675) is unknown color: approx Almond Frost. HEX triplet: A0, 86 and 75. RGB value is (160,134,117). Sum of RGB (Red+Green+Blue) = 160+134+117=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 160 - color contains mainly: red. Hex color #A08675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08675 is #5F798A. Grayscale: #8B8B8B. Windows color (decimal): -6257035 or 7702176. OLE color: 7702176.

HSL color Cylindrical-coordinate representation of color #A08675: hue angle of 23.72º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A08675 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB160134117-
CMYK00.160.270.37
HSL23.72º18.45%54.31%-
HSV(B)23.72º26.88%62.75%-
XYZ26.2325.8120.43-
YUV139.84115.11142.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.93%
GREEN value IS 134 (52.73% from 255) = 32.60%
BLUE value IS 117 (46.09% from 255) = 28.47%
R=38.93%
G=32.60%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013411700.160.270.3723.7218.4554.31
HexA086750101B25181236
Octal2402061650203345302266
Binary10100000100001101110101010000110111001011100010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08675; }

 p { color: rgb(160,134,117); }

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

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

 a { background-color: rgb(160,134,117); }

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

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

 span { border-color: rgb(160,134,117); }

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