Html Css Color HEX #998882 Almond Frost

📋 copy color: '#998882'

red 153 ◦ green 136 ◦ blue 130

#998882
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Almond Frost #998882

Tints of Almond Frost #998882

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 value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#998882 (or 0x998882) is known color: 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

RGB 153 136 130 -
CMYK 0 0.11 0.15 0.4
HSL 15.65º 0.1% 0.55% -
HSV(B) 15.65º 0.15% 0.6% -
XYZ 25.97 25.99 24.77 -
YUV 140.4 122.13 136.99 -
System Red Green Blue C M Y K H S L
Decimal 153 136 130 0 0.11 0.15 0.4 15.65 0.1 0.55
Hex 99 88 82 0 B F 28 10 A 37
Octal 231 210 202 0 13 17 50 20 12 67
Binary 10011001 10001000 10000010 0 1011 1111 101000 10000 1010 110111

Color Harmonies of #998882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998882

Black with #998882

Text Example


Text Example

White with #998882

Text Example


Text Example

HTML Codes & Css Web 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>