Html Css Color HEX #998878 Almond Frost

📋 copy color: '#998878'

red 153 ◦ green 136 ◦ blue 120

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

Shades of Almond Frost #998878

Tints of Almond Frost #998878

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.25%

 BLUE value IS 120 (47.27% from 255) = 29.34%

R = 37.41%
G = 33.25%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#998878 (or 0x998878) is known color: Almond Frost. HEX triplet: 99, 88 and 78. RGB value is (153,136,120). Sum of RGB (Red+Green+Blue) = 153+136+120=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 153 - color contains mainly: red. Hex color #998878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998878 is #667787. Grayscale: #8B8B8B. Windows color (decimal): -6715272 or 7899289. OLE color: 7899289.

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

Color convert

RGB 153 136 120 -
CMYK 0 0.11 0.22 0.4
HSL 29.09º 0.14% 0.54% -
HSV(B) 29.09º 0.22% 0.6% -
XYZ 25.33 25.74 21.4 -
YUV 139.26 117.13 137.8 -
System Red Green Blue C M Y K H S L
Decimal 153 136 120 0 0.11 0.22 0.4 29.09 0.14 0.54
Hex 99 88 78 0 B 16 28 1D E 36
Octal 231 210 170 0 13 26 50 35 16 66
Binary 10011001 10001000 1111000 0 1011 10110 101000 11101 1110 110110

Color Harmonies of #998878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998878

Black with #998878

Text Example


Text Example

White with #998878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998878; }

 p { color: rgb(153,136,120); }

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

background-color css

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

 a { background-color: rgb(153,136,120); }

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

border-color css

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

 span { border-color: rgb(153,136,120); }

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