Html Css Color HEX #998A79 Almond Frost

📋 copy color: '#998A79'

red 153 ◦ green 138 ◦ blue 121

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

Shades of Almond Frost #998A79

Tints of Almond Frost #998A79

RGB

 RED value IS 153 (60.16% from 255) = 37.14%

 GREEN value IS 138 (54.3% from 255) = 33.5%

 BLUE value IS 121 (47.66% from 255) = 29.37%

R = 37.14%
G = 33.5%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#998A79 (or 0x998A79) is known color: Almond Frost. HEX triplet: 99, 8A and 79. RGB value is (153,138,121). Sum of RGB (Red+Green+Blue) = 153+138+121=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 121 (47.66% from 255 or 29.37% from 412); Max value from RGB is 153 - color contains mainly: red. Hex color #998A79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998A79 is #667586. Grayscale: #8C8C8C. Windows color (decimal): -6714759 or 7965337. OLE color: 7965337.

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

Color convert

RGB 153 138 121 -
CMYK 0 0.10 0.21 0.4
HSL 31.88º 0.14% 0.54% -
HSV(B) 31.88º 0.21% 0.6% -
XYZ 25.68 26.33 21.82 -
YUV 140.55 116.97 136.88 -
System Red Green Blue C M Y K H S L
Decimal 153 138 121 0 0.10 0.21 0.4 31.88 0.14 0.54
Hex 99 8A 79 0 A 15 28 20 E 36
Octal 231 212 171 0 12 25 50 40 16 66
Binary 10011001 10001010 1111001 0 1010 10101 101000 100000 1110 110110

Color Harmonies of #998A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998A79

Black with #998A79

Text Example


Text Example

White with #998A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998A79; }

 p { color: rgb(153,138,121); }

 H1.HeaderClassName
 {
   color: #998A79;
 }
 .AnyTagClassName
 {
   color: #998A79;
 }
</style>

background-color css

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

 a { background-color: rgb(153,138,121); }

 div.DivClassName
 {
   background-color: #998A79;
 }
 .BgClassName
 {
   background-color: #998A79;
 }
</style>

border-color css

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

 span { border-color: rgb(153,138,121); }

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