#A0877E

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

Shades of Almond Frost #A0877E

Tints of Almond Frost #A0877E

Color information

#A0877E (or 0xA0877E) is unknown color: approx Almond Frost. HEX triplet: A0, 87 and 7E. RGB value is (160,135,126). Sum of RGB (Red+Green+Blue) = 160+135+126=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 160 - color contains mainly: red. Hex color #A0877E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0877E is #5F7881. Grayscale: #8D8D8D. Windows color (decimal): -6256770 or 8292256. OLE color: 8292256.

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

Color convert

RGB160135126-
CMYK00.160.210.37
HSL15.88º15.18%56.08%-
HSV(B)15.88º21.25%62.75%-
XYZ26.9326.3123.4-
YUV141.45119.28141.23-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.00%
GREEN value IS 135 (53.12% from 255) = 32.07%
BLUE value IS 126 (49.61% from 255) = 29.93%
R=38.00%
G=32.07%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013512600.160.210.3715.8815.1856.08
HexA0877E010152510f38
Octal2402071760202545201770
Binary1010000010000111111111001000010101100101100001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0877E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0877E; }

 p { color: rgb(160,135,126); }

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

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

 a { background-color: rgb(160,135,126); }

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

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

 span { border-color: rgb(160,135,126); }

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