#A08474

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

Shades of Almond Frost #A08474

Tints of Almond Frost #A08474

Color information

#A08474 (or 0xA08474) is unknown color: approx Almond Frost. HEX triplet: A0, 84 and 74. RGB value is (160,132,116). Sum of RGB (Red+Green+Blue) = 160+132+116=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 116 (45.70% from 255 or 28.43% from 408); Max value from RGB is 160 - color contains mainly: red. Hex color #A08474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08474 is #5F7B8B. Grayscale: #8A8A8A. Windows color (decimal): -6257548 or 7636128. OLE color: 7636128.

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

Color convert

RGB160132116-
CMYK00.170.280.37
HSL21.82º18.8%54.12%-
HSV(B)21.82º27.5%62.75%-
XYZ25.925.2420.03-
YUV138.55115.28143.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.22%
GREEN value IS 132 (51.95% from 255) = 32.35%
BLUE value IS 116 (45.70% from 255) = 28.43%
R=39.22%
G=32.35%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013211600.170.280.3721.8218.854.12
HexA084740111C25161336
Octal2402041640213445262366
Binary10100000100001001110100010001111001001011011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08474; }

 p { color: rgb(160,132,116); }

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

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

 a { background-color: rgb(160,132,116); }

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

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

 span { border-color: rgb(160,132,116); }

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