#A7897A

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

Shades of Almond Frost #A7897A

Tints of Almond Frost #A7897A

Color information

#A7897A (or 0xA7897A) is unknown color: approx Almond Frost. HEX triplet: A7, 89 and 7A. RGB value is (167,137,122). Sum of RGB (Red+Green+Blue) = 167+137+122=426 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.20% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 167 - color contains mainly: red. Hex color #A7897A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7897A is #587685. Grayscale: #909090. Windows color (decimal): -5797510 or 8030631. OLE color: 8030631.

HSL color Cylindrical-coordinate representation of color #A7897A: hue angle of 20º 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 #A7897A is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB167137122-
CMYK00.180.270.35
HSL20º20.36%56.67%-
HSV(B)20º26.95%65.49%-
XYZ28.3927.5122.23-
YUV144.26115.44144.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.20%
GREEN value IS 137 (53.91% from 255) = 32.16%
BLUE value IS 122 (48.05% from 255) = 28.64%
R=39.20%
G=32.16%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713712200.180.270.352020.3656.67
HexA7897A0121B23141439
Octal2472111720223343242471
Binary10100111100010011111010010010110111000111010010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7897A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7897A; }

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

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

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

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

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

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

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

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