#A98777

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

Shades of Almond Frost #A98777

Tints of Almond Frost #A98777

Color information

#A98777 (or 0xA98777) is unknown color: approx Almond Frost. HEX triplet: A9, 87 and 77. RGB value is (169,135,119). Sum of RGB (Red+Green+Blue) = 169+135+119=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 169 - color contains mainly: red. Hex color #A98777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98777 is #567888. Grayscale: #8F8F8F. Windows color (decimal): -5666953 or 7833513. OLE color: 7833513.

HSL color Cylindrical-coordinate representation of color #A98777: hue angle of 19.2º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A98777 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB169135119-
CMYK00.200.300.34
HSL19.2º22.52%56.47%-
HSV(B)19.2º29.59%66.27%-
XYZ28.3627.0921.19-
YUV143.34114.26146.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.95%
GREEN value IS 135 (53.12% from 255) = 31.91%
BLUE value IS 119 (46.88% from 255) = 28.13%
R=39.95%
G=31.91%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913511900.200.300.3419.222.5256.47
HexA987770141E22131738
Octal2512071670243642232770
Binary10101001100001111110111010100111101000101001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98777; }

 p { color: rgb(169,135,119); }

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

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

 a { background-color: rgb(169,135,119); }

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

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

 span { border-color: rgb(169,135,119); }

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