Html Css Color HEX #998877 Almond Frost

📋 copy color: '#998877'

red 153 ◦ green 136 ◦ blue 119

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

Shades of Almond Frost #998877

Tints of Almond Frost #998877

RGB

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

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

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

R = 37.5%
G = 33.33%
B = 29.17%

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

#998877 (or 0x998877) is known color: Almond Frost. HEX triplet: 99, 88 and 77. RGB value is (153,136,119). Sum of RGB (Red+Green+Blue) = 153+136+119=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 119 (46.88% from 255 or 29.17% from 408); Max value from RGB is 153 - color contains mainly: red. Hex color #998877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998877 is #667788. Grayscale: #8B8B8B. Windows color (decimal): -6715273 or 7833753. OLE color: 7833753.

HSL color Cylindrical-coordinate representation of color #998877: hue angle of 30º 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 #998877 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 136 119 -
CMYK 0 0.11 0.22 0.4
HSL 30º 0.14% 0.53% -
HSV(B) 30º 0.22% 0.6% -
XYZ 25.27 25.71 21.08 -
YUV 139.15 116.63 137.88 -
System Red Green Blue C M Y K H S L
Decimal 153 136 119 0 0.11 0.22 0.4 30 0.14 0.53
Hex 99 88 77 0 B 16 28 1E E 35
Octal 231 210 167 0 13 26 50 36 16 65
Binary 10011001 10001000 1110111 0 1011 10110 101000 11110 1110 110101

Color Harmonies of #998877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998877

Black with #998877

Text Example


Text Example

White with #998877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998877; }

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

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

background-color css

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

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

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

border-color css

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

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

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