Html Css Color HEX #988577 Almond Frost

📋 copy color: '#988577'

red 152 ◦ green 133 ◦ blue 119

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

Shades of Almond Frost #988577

Tints of Almond Frost #988577

RGB

 RED value IS 152 (59.77% from 255) = 37.62%

 GREEN value IS 133 (52.34% from 255) = 32.92%

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

R = 37.62%
G = 32.92%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#988577 (or 0x988577) is known color: Almond Frost. HEX triplet: 98, 85 and 77. RGB value is (152,133,119). Sum of RGB (Red+Green+Blue) = 152+133+119=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 152 - color contains mainly: red. Hex color #988577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988577 is #677A88. Grayscale: #898989. Windows color (decimal): -6781577 or 7832984. OLE color: 7832984.

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

Color convert

RGB 152 133 119 -
CMYK 0 0.13 0.22 0.40
HSL 25.45º 0.14% 0.53% -
HSV(B) 25.45º 0.22% 0.6% -
XYZ 24.67 24.78 20.94 -
YUV 137.09 117.79 138.64 -
System Red Green Blue C M Y K H S L
Decimal 152 133 119 0 0.13 0.22 0.40 25.45 0.14 0.53
Hex 98 85 77 0 D 16 28 19 E 35
Octal 230 205 167 0 15 26 50 31 16 65
Binary 10011000 10000101 1110111 0 1101 10110 101000 11001 1110 110101

Color Harmonies of #988577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988577

Black with #988577

Text Example


Text Example

White with #988577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988577; }

 p { color: rgb(152,133,119); }

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

background-color css

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

 a { background-color: rgb(152,133,119); }

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

border-color css

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

 span { border-color: rgb(152,133,119); }

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