Html Css Color HEX #998A7F Almond Frost

📋 copy color: '#998A7F'

red 153 ◦ green 138 ◦ blue 127

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

Shades of Almond Frost #998A7F

Tints of Almond Frost #998A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.38%

R = 36.6%
G = 33.01%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#998A7F (or 0x998A7F) is known color: Almond Frost. HEX triplet: 99, 8A and 7F. RGB value is (153,138,127). Sum of RGB (Red+Green+Blue) = 153+138+127=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 153 - color contains mainly: red. Hex color #998A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998A7F is #667580. Grayscale: #8D8D8D. Windows color (decimal): -6714753 or 8358553. OLE color: 8358553.

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

Color convert

RGB 153 138 127 -
CMYK 0 0.10 0.17 0.4
HSL 25.38º 0.11% 0.55% -
HSV(B) 25.38º 0.17% 0.6% -
XYZ 26.06 26.48 23.82 -
YUV 141.23 119.97 136.39 -
System Red Green Blue C M Y K H S L
Decimal 153 138 127 0 0.10 0.17 0.4 25.38 0.11 0.55
Hex 99 8A 7F 0 A 11 28 19 B 37
Octal 231 212 177 0 12 21 50 31 13 67
Binary 10011001 10001010 1111111 0 1010 10001 101000 11001 1011 110111

Color Harmonies of #998A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998A7F

Black with #998A7F

Text Example


Text Example

White with #998A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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