#A08A7F

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

Shades of Almond Frost #A08A7F

Tints of Almond Frost #A08A7F

Color information

#A08A7F (or 0xA08A7F) is unknown color: approx Almond Frost. HEX triplet: A0, 8A and 7F. RGB value is (160,138,127). Sum of RGB (Red+Green+Blue) = 160+138+127=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08A7F is #5F7580. Grayscale: #8F8F8F. Windows color (decimal): -6256001 or 8358560. OLE color: 8358560.

HSL color Cylindrical-coordinate representation of color #A08A7F: hue angle of 20º 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 #A08A7F is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB160138127-
CMYK00.140.210.37
HSL20º14.8%56.27%-
HSV(B)20º20.62%62.75%-
XYZ27.4227.1823.88-
YUV143.32118.79139.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.65%
GREEN value IS 138 (54.30% from 255) = 32.47%
BLUE value IS 127 (50% from 255) = 29.88%
R=37.65%
G=32.47%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013812700.140.210.372014.856.27
HexA08A7F0E152514f38
Octal2402121770162545241770
Binary101000001000101011111110111010101100101101001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08A7F; }

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

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

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

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

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

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

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

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