#998477

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

Shades of Almond Frost #998477

Tints of Almond Frost #998477

Color information

#998477 (or 0x998477) is unknown color: approx Almond Frost. HEX triplet: 99, 84 and 77. RGB value is (153,132,119). Sum of RGB (Red+Green+Blue) = 153+132+119=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 153 - color contains mainly: red. Hex color #998477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998477 is #667B88. Grayscale: #888888. Windows color (decimal): -6716297 or 7832729. OLE color: 7832729.

HSL color Cylindrical-coordinate representation of color #998477: hue angle of 22.94º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #998477 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB153132119-
CMYK00.140.220.4
HSL22.94º14.29%53.33%-
HSV(B)22.94º22.22%60%-
XYZ24.7224.6120.9-
YUV136.8117.96139.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.87%
GREEN value IS 132 (51.95% from 255) = 32.67%
BLUE value IS 119 (46.88% from 255) = 29.46%
R=37.87%
G=32.67%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313211900.140.220.422.9414.2953.33
Hex9984770E162817e35
Octal2312041670162650271665
Binary100110011000010011101110111010110101000101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998477; }

 p { color: rgb(153,132,119); }

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

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

 a { background-color: rgb(153,132,119); }

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

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

 span { border-color: rgb(153,132,119); }

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