Html Css Color HEX #988371 Almond Frost

📋 copy color: '#988371'

red 152 ◦ green 131 ◦ blue 113

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

Shades of Almond Frost #988371

Tints of Almond Frost #988371

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.08%

 BLUE value IS 113 (44.53% from 255) = 28.54%

R = 38.38%
G = 33.08%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#988371 (or 0x988371) is known color: Almond Frost. HEX triplet: 98, 83 and 71. RGB value is (152,131,113). Sum of RGB (Red+Green+Blue) = 152+131+113=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 152 - color contains mainly: red. Hex color #988371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988371 is #677C8E. Grayscale: #878787. Windows color (decimal): -6782095 or 7439256. OLE color: 7439256.

HSL color Cylindrical-coordinate representation of color #988371: hue angle of 27.69º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #988371 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 131 113 -
CMYK 0 0.14 0.26 0.40
HSL 27.69º 0.16% 0.52% -
HSV(B) 27.69º 0.26% 0.6% -
XYZ 24.05 24.1 19.01 -
YUV 135.23 115.46 139.96 -
System Red Green Blue C M Y K H S L
Decimal 152 131 113 0 0.14 0.26 0.40 27.69 0.16 0.52
Hex 98 83 71 0 E 1A 28 1C 10 34
Octal 230 203 161 0 16 32 50 34 20 64
Binary 10011000 10000011 1110001 0 1110 11010 101000 11100 10000 110100

Color Harmonies of #988371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988371

Black with #988371

Text Example


Text Example

White with #988371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988371; }

 p { color: rgb(152,131,113); }

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

background-color css

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

 a { background-color: rgb(152,131,113); }

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

border-color css

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

 span { border-color: rgb(152,131,113); }

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