Html Css Color HEX #988071 Almond Frost

📋 copy color: '#988071'

red 152 ◦ green 128 ◦ blue 113

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

Shades of Almond Frost #988071

Tints of Almond Frost #988071

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.57%

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

R = 38.68%
G = 32.57%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#988071 (or 0x988071) is known color: Almond Frost. HEX triplet: 98, 80 and 71. RGB value is (152,128,113). Sum of RGB (Red+Green+Blue) = 152+128+113=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 152 - color contains mainly: red. Hex color #988071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988071 is #677F8E. Grayscale: #858585. Windows color (decimal): -6782863 or 7438488. OLE color: 7438488.

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

Color convert

RGB 152 128 113 -
CMYK 0 0.16 0.26 0.40
HSL 23.08º 0.16% 0.52% -
HSV(B) 23.08º 0.26% 0.6% -
XYZ 23.65 23.31 18.87 -
YUV 133.47 116.45 141.22 -
System Red Green Blue C M Y K H S L
Decimal 152 128 113 0 0.16 0.26 0.40 23.08 0.16 0.52
Hex 98 80 71 0 10 1A 28 17 10 34
Octal 230 200 161 0 20 32 50 27 20 64
Binary 10011000 10000000 1110001 0 10000 11010 101000 10111 10000 110100

Color Harmonies of #988071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988071

Black with #988071

Text Example


Text Example

White with #988071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988071; }

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

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

background-color css

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

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

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

border-color css

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

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

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