Html Css Color HEX #998A7C Almond Frost

📋 copy color: '#998A7C'

red 153 ◦ green 138 ◦ blue 124

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

Shades of Almond Frost #998A7C

Tints of Almond Frost #998A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.88%

R = 36.87%
G = 33.25%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#998A7C (or 0x998A7C) is known color: Almond Frost. HEX triplet: 99, 8A and 7C. RGB value is (153,138,124). Sum of RGB (Red+Green+Blue) = 153+138+124=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 153 - color contains mainly: red. Hex color #998A7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998A7C is #667583. Grayscale: #8C8C8C. Windows color (decimal): -6714756 or 8161945. OLE color: 8161945.

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

Color convert

RGB 153 138 124 -
CMYK 0 0.10 0.19 0.4
HSL 28.97º 0.12% 0.54% -
HSV(B) 28.97º 0.19% 0.6% -
XYZ 25.86 26.4 22.8 -
YUV 140.89 118.47 136.64 -
System Red Green Blue C M Y K H S L
Decimal 153 138 124 0 0.10 0.19 0.4 28.97 0.12 0.54
Hex 99 8A 7C 0 A 13 28 1D C 36
Octal 231 212 174 0 12 23 50 35 14 66
Binary 10011001 10001010 1111100 0 1010 10011 101000 11101 1100 110110

Color Harmonies of #998A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998A7C

Black with #998A7C

Text Example


Text Example

White with #998A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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