#A08D7A

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

Shades of Almond Frost #A08D7A

Tints of Almond Frost #A08D7A

Color information

#A08D7A (or 0xA08D7A) is unknown color: approx Almond Frost. HEX triplet: A0, 8D and 7A. RGB value is (160,141,122). Sum of RGB (Red+Green+Blue) = 160+141+122=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08D7A is #5F7285. Grayscale: #909090. Windows color (decimal): -6255238 or 8031648. OLE color: 8031648.

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

Color convert

RGB160141122-
CMYK00.120.240.37
HSL30º16.67%55.29%-
HSV(B)30º23.75%62.75%-
XYZ27.5327.9322.35-
YUV144.51115.29139.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.83%
GREEN value IS 141 (55.47% from 255) = 33.33%
BLUE value IS 122 (48.05% from 255) = 28.84%
R=37.83%
G=33.33%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014112200.120.240.373016.6755.29
HexA08D7A0C18251e1137
Octal2402151720143045362167
Binary1010000010001101111101001100110001001011111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08D7A; }

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

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

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

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

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

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

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

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