#A0887D

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

Shades of Almond Frost #A0887D

Tints of Almond Frost #A0887D

Color information

#A0887D (or 0xA0887D) is unknown color: approx Almond Frost. HEX triplet: A0, 88 and 7D. RGB value is (160,136,125). Sum of RGB (Red+Green+Blue) = 160+136+125=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 160 - color contains mainly: red. Hex color #A0887D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0887D is #5F7782. Grayscale: #8D8D8D. Windows color (decimal): -6256515 or 8226976. OLE color: 8226976.

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

Color convert

RGB160136125-
CMYK00.150.220.37
HSL18.86º15.56%55.88%-
HSV(B)18.86º21.88%62.75%-
XYZ2726.5623.11-
YUV141.92118.45140.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.00%
GREEN value IS 136 (53.52% from 255) = 32.30%
BLUE value IS 125 (49.22% from 255) = 29.69%
R=38.00%
G=32.30%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013612500.150.220.3718.8615.5655.88
HexA0887D0F1625131038
Octal2402101750172645232070
Binary1010000010001000111110101111101101001011001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0887D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0887D; }

 p { color: rgb(160,136,125); }

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

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

 a { background-color: rgb(160,136,125); }

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

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

 span { border-color: rgb(160,136,125); }

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