#A7887A

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

Shades of Almond Frost #A7887A

Tints of Almond Frost #A7887A

Color information

#A7887A (or 0xA7887A) is unknown color: approx Almond Frost. HEX triplet: A7, 88 and 7A. RGB value is (167,136,122). Sum of RGB (Red+Green+Blue) = 167+136+122=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 167 - color contains mainly: red. Hex color #A7887A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7887A is #587785. Grayscale: #8F8F8F. Windows color (decimal): -5797766 or 8030375. OLE color: 8030375.

HSL color Cylindrical-coordinate representation of color #A7887A: hue angle of 18.67º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A7887A is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB167136122-
CMYK00.190.270.35
HSL18.67º20.36%56.67%-
HSV(B)18.67º26.95%65.49%-
XYZ28.2527.2322.18-
YUV143.67115.77144.64-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.29%
GREEN value IS 136 (53.52% from 255) = 32%
BLUE value IS 122 (48.05% from 255) = 28.71%
R=39.29%
G=32%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713612200.190.270.3518.6720.3656.67
HexA7887A0131B23131439
Octal2472101720233343232471
Binary10100111100010001111010010011110111000111001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7887A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7887A; }

 p { color: rgb(167,136,122); }

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

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

 a { background-color: rgb(167,136,122); }

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

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

 span { border-color: rgb(167,136,122); }

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