Html Css Color HEX #988271 Almond Frost

📋 copy color: '#988271'

red 152 ◦ green 130 ◦ blue 113

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

Shades of Almond Frost #988271

Tints of Almond Frost #988271

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.91%

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

R = 38.48%
G = 32.91%
B = 28.61%

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

#988271 (or 0x988271) is known color: Almond Frost. HEX triplet: 98, 82 and 71. RGB value is (152,130,113). Sum of RGB (Red+Green+Blue) = 152+130+113=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 152 - color contains mainly: red. Hex color #988271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988271 is #677D8E. Grayscale: #868686. Windows color (decimal): -6782351 or 7439000. OLE color: 7439000.

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

Color convert

RGB 152 130 113 -
CMYK 0 0.14 0.26 0.40
HSL 26.15º 0.16% 0.52% -
HSV(B) 26.15º 0.26% 0.6% -
XYZ 23.91 23.83 18.96 -
YUV 134.64 115.79 140.38 -
System Red Green Blue C M Y K H S L
Decimal 152 130 113 0 0.14 0.26 0.40 26.15 0.16 0.52
Hex 98 82 71 0 E 1A 28 1A 10 34
Octal 230 202 161 0 16 32 50 32 20 64
Binary 10011000 10000010 1110001 0 1110 11010 101000 11010 10000 110100

Color Harmonies of #988271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988271

Black with #988271

Text Example


Text Example

White with #988271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988271; }

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

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

background-color css

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

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

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

border-color css

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

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

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