#A08A7A

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

Shades of Almond Frost #A08A7A

Tints of Almond Frost #A08A7A

Color information

#A08A7A (or 0xA08A7A) is unknown color: approx Almond Frost. HEX triplet: A0, 8A and 7A. RGB value is (160,138,122). Sum of RGB (Red+Green+Blue) = 160+138+122=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08A7A is #5F7585. Grayscale: #8E8E8E. Windows color (decimal): -6256006 or 8030880. OLE color: 8030880.

HSL color Cylindrical-coordinate representation of color #A08A7A: hue angle of 25.26º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A08A7A is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB160138122-
CMYK00.140.240.37
HSL25.26º16.67%55.29%-
HSV(B)25.26º23.75%62.75%-
XYZ27.127.0622.21-
YUV142.75116.29140.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.10%
GREEN value IS 138 (54.30% from 255) = 32.86%
BLUE value IS 122 (48.05% from 255) = 29.05%
R=38.10%
G=32.86%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013812200.140.240.3725.2616.6755.29
HexA08A7A0E1825191137
Octal2402121720163045312167
Binary1010000010001010111101001110110001001011100110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08A7A; }

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

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

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

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

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

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

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

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