Html Css Color HEX #988472 Almond Frost

📋 copy color: '#988472'

red 152 ◦ green 132 ◦ blue 114

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

Shades of Almond Frost #988472

Tints of Almond Frost #988472

RGB

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

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

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

R = 38.19%
G = 33.17%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#988472 (or 0x988472) is known color: Almond Frost. HEX triplet: 98, 84 and 72. RGB value is (152,132,114). Sum of RGB (Red+Green+Blue) = 152+132+114=398 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.19% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 152 - color contains mainly: red. Hex color #988472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988472 is #677B8D. Grayscale: #888888. Windows color (decimal): -6781838 or 7505048. OLE color: 7505048.

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

Color convert

RGB 152 132 114 -
CMYK 0 0.13 0.25 0.40
HSL 28.42º 0.16% 0.52% -
HSV(B) 28.42º 0.25% 0.6% -
XYZ 24.24 24.39 19.35 -
YUV 135.93 115.63 139.46 -
System Red Green Blue C M Y K H S L
Decimal 152 132 114 0 0.13 0.25 0.40 28.42 0.16 0.52
Hex 98 84 72 0 D 19 28 1C 10 34
Octal 230 204 162 0 15 31 50 34 20 64
Binary 10011000 10000100 1110010 0 1101 11001 101000 11100 10000 110100

Color Harmonies of #988472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988472

Black with #988472

Text Example


Text Example

White with #988472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988472; }

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

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

background-color css

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

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

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

border-color css

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

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

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