#A08D7B

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

Shades of Almond Frost #A08D7B

Tints of Almond Frost #A08D7B

Color information

#A08D7B (or 0xA08D7B) is unknown color: approx Almond Frost. HEX triplet: A0, 8D and 7B. RGB value is (160,141,123). Sum of RGB (Red+Green+Blue) = 160+141+123=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08D7B is #5F7284. Grayscale: #909090. Windows color (decimal): -6255237 or 8097184. OLE color: 8097184.

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

Color convert

RGB160141123-
CMYK00.120.230.37
HSL29.19º16.3%55.49%-
HSV(B)29.19º23.13%62.75%-
XYZ27.627.9522.68-
YUV144.63115.79138.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.74%
GREEN value IS 141 (55.47% from 255) = 33.25%
BLUE value IS 123 (48.44% from 255) = 29.01%
R=37.74%
G=33.25%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014112300.120.230.3729.1916.355.49
HexA08D7B0C17251d1037
Octal2402151730142745352067
Binary1010000010001101111101101100101111001011110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08D7B; }

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

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

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

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

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

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

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

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