Html Css Color HEX #998474 Almond Frost

📋 copy color: '#998474'

red 153 ◦ green 132 ◦ blue 116

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

Shades of Almond Frost #998474

Tints of Almond Frost #998474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.93%

R = 38.15%
G = 32.92%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#998474 (or 0x998474) is known color: Almond Frost. HEX triplet: 99, 84 and 74. RGB value is (153,132,116). Sum of RGB (Red+Green+Blue) = 153+132+116=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 153 - color contains mainly: red. Hex color #998474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998474 is #667B8B. Grayscale: #888888. Windows color (decimal): -6716300 or 7636121. OLE color: 7636121.

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

Color convert

RGB 153 132 116 -
CMYK 0 0.14 0.24 0.4
HSL 25.95º 0.15% 0.53% -
HSV(B) 25.95º 0.24% 0.6% -
XYZ 24.54 24.54 19.97 -
YUV 136.46 116.46 139.8 -
System Red Green Blue C M Y K H S L
Decimal 153 132 116 0 0.14 0.24 0.4 25.95 0.15 0.53
Hex 99 84 74 0 E 18 28 1A F 35
Octal 231 204 164 0 16 30 50 32 17 65
Binary 10011001 10000100 1110100 0 1110 11000 101000 11010 1111 110101

Color Harmonies of #998474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998474

Black with #998474

Text Example


Text Example

White with #998474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998474; }

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

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

background-color css

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

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

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

border-color css

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

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

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