Html Css Color HEX #988571 Almond Frost

📋 copy color: '#988571'

red 152 ◦ green 133 ◦ blue 113

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

Shades of Almond Frost #988571

Tints of Almond Frost #988571

RGB

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

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

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

R = 38.19%
G = 33.42%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#988571 (or 0x988571) is known color: Almond Frost. HEX triplet: 98, 85 and 71. RGB value is (152,133,113). Sum of RGB (Red+Green+Blue) = 152+133+113=398 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.19% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 152 - color contains mainly: red. Hex color #988571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988571 is #677A8E. Grayscale: #888888. Windows color (decimal): -6781583 or 7439768. OLE color: 7439768.

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

Color convert

RGB 152 133 113 -
CMYK 0 0.13 0.26 0.40
HSL 30.77º 0.16% 0.52% -
HSV(B) 30.77º 0.26% 0.6% -
XYZ 24.32 24.64 19.1 -
YUV 136.4 114.79 139.13 -
System Red Green Blue C M Y K H S L
Decimal 152 133 113 0 0.13 0.26 0.40 30.77 0.16 0.52
Hex 98 85 71 0 D 1A 28 1F 10 34
Octal 230 205 161 0 15 32 50 37 20 64
Binary 10011000 10000101 1110001 0 1101 11010 101000 11111 10000 110100

Color Harmonies of #988571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988571

Black with #988571

Text Example


Text Example

White with #988571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988571; }

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

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

background-color css

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

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

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

border-color css

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

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

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