#998882

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

Shades of Almond Frost #998882

Tints of Almond Frost #998882

Color information

#998882 (or 0x998882) is unknown color: approx Almond Frost. HEX triplet: 99, 88 and 82. RGB value is (153,136,130). Sum of RGB (Red+Green+Blue) = 153+136+130=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 153 - color contains mainly: red. Hex color #998882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998882 is #66777D. Grayscale: #8C8C8C. Windows color (decimal): -6715262 or 8554649. OLE color: 8554649.

HSL color Cylindrical-coordinate representation of color #998882: hue angle of 15.65º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #998882 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB153136130-
CMYK00.110.150.4
HSL15.65º10.13%55.49%-
HSV(B)15.65º15.03%60%-
XYZ25.9725.9924.77-
YUV140.4122.13136.99-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.52%
GREEN value IS 136 (53.52% from 255) = 32.46%
BLUE value IS 130 (51.17% from 255) = 31.03%
R=36.52%
G=32.46%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313613000.110.150.415.6510.1355.49
Hex9988820BF2810a37
Octal2312102020131750201267
Binary100110011000100010000010010111111101000100001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998882; }

 p { color: rgb(153,136,130); }

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

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

 a { background-color: rgb(153,136,130); }

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

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

 span { border-color: rgb(153,136,130); }

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