Html Css Color HEX #998477 Almond Frost

📋 copy color: '#998477'

red 153 ◦ green 132 ◦ blue 119

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

Shades of Almond Frost #998477

Tints of Almond Frost #998477

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.67%

 BLUE value IS 119 (46.88% from 255) = 29.46%

R = 37.87%
G = 32.67%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#998477 (or 0x998477) is known color: Almond Frost. HEX triplet: 99, 84 and 77. RGB value is (153,132,119). Sum of RGB (Red+Green+Blue) = 153+132+119=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 153 - color contains mainly: red. Hex color #998477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998477 is #667B88. Grayscale: #888888. Windows color (decimal): -6716297 or 7832729. OLE color: 7832729.

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

Color convert

RGB 153 132 119 -
CMYK 0 0.14 0.22 0.4
HSL 22.94º 0.14% 0.53% -
HSV(B) 22.94º 0.22% 0.6% -
XYZ 24.72 24.61 20.9 -
YUV 136.8 117.96 139.56 -
System Red Green Blue C M Y K H S L
Decimal 153 132 119 0 0.14 0.22 0.4 22.94 0.14 0.53
Hex 99 84 77 0 E 16 28 17 E 35
Octal 231 204 167 0 16 26 50 27 16 65
Binary 10011001 10000100 1110111 0 1110 10110 101000 10111 1110 110101

Color Harmonies of #998477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998477

Black with #998477

Text Example


Text Example

White with #998477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998477; }

 p { color: rgb(153,132,119); }

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

background-color css

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

 a { background-color: rgb(153,132,119); }

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

border-color css

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

 span { border-color: rgb(153,132,119); }

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