Html Css Color HEX #988471 Almond Frost

📋 copy color: '#988471'

red 152 ◦ green 132 ◦ blue 113

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

Shades of Almond Frost #988471

Tints of Almond Frost #988471

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.25%

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

R = 38.29%
G = 33.25%
B = 28.46%

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

#988471 (or 0x988471) is known color: Almond Frost. HEX triplet: 98, 84 and 71. RGB value is (152,132,113). Sum of RGB (Red+Green+Blue) = 152+132+113=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 152 - color contains mainly: red. Hex color #988471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988471 is #677B8E. Grayscale: #878787. Windows color (decimal): -6781839 or 7439512. OLE color: 7439512.

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

Color convert

RGB 152 132 113 -
CMYK 0 0.13 0.26 0.40
HSL 29.23º 0.16% 0.52% -
HSV(B) 29.23º 0.26% 0.6% -
XYZ 24.18 24.37 19.05 -
YUV 135.81 115.13 139.54 -
System Red Green Blue C M Y K H S L
Decimal 152 132 113 0 0.13 0.26 0.40 29.23 0.16 0.52
Hex 98 84 71 0 D 1A 28 1D 10 34
Octal 230 204 161 0 15 32 50 35 20 64
Binary 10011000 10000100 1110001 0 1101 11010 101000 11101 10000 110100

Color Harmonies of #988471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988471

Black with #988471

Text Example


Text Example

White with #988471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988471; }

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

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

background-color css

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

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

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

border-color css

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

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

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