Html Css Color HEX #998A81 Almond Frost

📋 copy color: '#998A81'

red 153 ◦ green 138 ◦ blue 129

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

Shades of Almond Frost #998A81

Tints of Almond Frost #998A81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.71%

R = 36.43%
G = 32.86%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#998A81 (or 0x998A81) is known color: Almond Frost. HEX triplet: 99, 8A and 81. RGB value is (153,138,129). Sum of RGB (Red+Green+Blue) = 153+138+129=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 153 - color contains mainly: red. Hex color #998A81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998A81 is #66757E. Grayscale: #8D8D8D. Windows color (decimal): -6714751 or 8489625. OLE color: 8489625.

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

Color convert

RGB 153 138 129 -
CMYK 0 0.10 0.16 0.4
HSL 22.5º 0.11% 0.55% -
HSV(B) 22.5º 0.16% 0.6% -
XYZ 26.19 26.53 24.51 -
YUV 141.46 120.97 136.23 -
System Red Green Blue C M Y K H S L
Decimal 153 138 129 0 0.10 0.16 0.4 22.5 0.11 0.55
Hex 99 8A 81 0 A 10 28 16 B 37
Octal 231 212 201 0 12 20 50 26 13 67
Binary 10011001 10001010 10000001 0 1010 10000 101000 10110 1011 110111

Color Harmonies of #998A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998A81

Black with #998A81

Text Example


Text Example

White with #998A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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