Html Css Color HEX #988372 Almond Frost

📋 copy color: '#988372'

red 152 ◦ green 131 ◦ blue 114

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

Shades of Almond Frost #988372

Tints of Almond Frost #988372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.72%

R = 38.29%
G = 33%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#988372 (or 0x988372) is known color: Almond Frost. HEX triplet: 98, 83 and 72. RGB value is (152,131,114). Sum of RGB (Red+Green+Blue) = 152+131+114=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 152 - color contains mainly: red. Hex color #988372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988372 is #677C8D. Grayscale: #878787. Windows color (decimal): -6782094 or 7504792. OLE color: 7504792.

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

Color convert

RGB 152 131 114 -
CMYK 0 0.14 0.25 0.40
HSL 26.84º 0.16% 0.52% -
HSV(B) 26.84º 0.25% 0.6% -
XYZ 24.1 24.12 19.31 -
YUV 135.34 115.96 139.88 -
System Red Green Blue C M Y K H S L
Decimal 152 131 114 0 0.14 0.25 0.40 26.84 0.16 0.52
Hex 98 83 72 0 E 19 28 1B 10 34
Octal 230 203 162 0 16 31 50 33 20 64
Binary 10011000 10000011 1110010 0 1110 11001 101000 11011 10000 110100

Color Harmonies of #988372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988372

Black with #988372

Text Example


Text Example

White with #988372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988372; }

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

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

background-color css

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

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

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

border-color css

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

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

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