Html Css Color HEX #988672 Almond Frost

📋 copy color: '#988672'

red 152 ◦ green 134 ◦ blue 114

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

Shades of Almond Frost #988672

Tints of Almond Frost #988672

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.5%

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

R = 38%
G = 33.5%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#988672 (or 0x988672) is known color: Almond Frost. HEX triplet: 98, 86 and 72. RGB value is (152,134,114). Sum of RGB (Red+Green+Blue) = 152+134+114=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 152 - color contains mainly: red. Hex color #988672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988672 is #67798D. Grayscale: #898989. Windows color (decimal): -6781326 or 7505560. OLE color: 7505560.

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

Color convert

RGB 152 134 114 -
CMYK 0 0.12 0.25 0.40
HSL 31.58º 0.16% 0.52% -
HSV(B) 31.58º 0.25% 0.6% -
XYZ 24.51 24.94 19.44 -
YUV 137.1 114.96 138.63 -
System Red Green Blue C M Y K H S L
Decimal 152 134 114 0 0.12 0.25 0.40 31.58 0.16 0.52
Hex 98 86 72 0 C 19 28 20 10 34
Octal 230 206 162 0 14 31 50 40 20 64
Binary 10011000 10000110 1110010 0 1100 11001 101000 100000 10000 110100

Color Harmonies of #988672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988672

Black with #988672

Text Example


Text Example

White with #988672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988672; }

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

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

background-color css

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

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

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

border-color css

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

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

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