#A08B7F

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

Shades of Almond Frost #A08B7F

Tints of Almond Frost #A08B7F

Color information

#A08B7F (or 0xA08B7F) is unknown color: approx Almond Frost. HEX triplet: A0, 8B and 7F. RGB value is (160,139,127). Sum of RGB (Red+Green+Blue) = 160+139+127=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 160 - color contains mainly: red. Hex color #A08B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08B7F is #5F7480. Grayscale: #8F8F8F. Windows color (decimal): -6255745 or 8358816. OLE color: 8358816.

HSL color Cylindrical-coordinate representation of color #A08B7F: hue angle of 21.82º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A08B7F is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB160139127-
CMYK00.130.210.37
HSL21.82º14.8%56.27%-
HSV(B)21.82º20.62%62.75%-
XYZ27.5627.4723.93-
YUV143.91118.46139.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.56%
GREEN value IS 139 (54.69% from 255) = 32.63%
BLUE value IS 127 (50% from 255) = 29.81%
R=37.56%
G=32.63%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013912700.130.210.3721.8214.856.27
HexA08B7F0D152516f38
Octal2402131770152545261770
Binary101000001000101111111110110110101100101101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08B7F; }

 p { color: rgb(160,139,127); }

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

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

 a { background-color: rgb(160,139,127); }

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

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

 span { border-color: rgb(160,139,127); }

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