Html Css Color HEX #988070 Almond Frost

📋 copy color: '#988070'

red 152 ◦ green 128 ◦ blue 112

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

Shades of Almond Frost #988070

Tints of Almond Frost #988070

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.65%

 BLUE value IS 112 (44.14% from 255) = 28.57%

R = 38.78%
G = 32.65%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#988070 (or 0x988070) is known color: Almond Frost. HEX triplet: 98, 80 and 70. RGB value is (152,128,112). Sum of RGB (Red+Green+Blue) = 152+128+112=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 152 - color contains mainly: red. Hex color #988070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988070 is #677F8F. Grayscale: #858585. Windows color (decimal): -6782864 or 7372952. OLE color: 7372952.

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

Color convert

RGB 152 128 112 -
CMYK 0 0.16 0.26 0.40
HSL 24º 0.16% 0.52% -
HSV(B) 24º 0.26% 0.6% -
XYZ 23.59 23.28 18.58 -
YUV 133.35 115.95 141.3 -
System Red Green Blue C M Y K H S L
Decimal 152 128 112 0 0.16 0.26 0.40 24 0.16 0.52
Hex 98 80 70 0 10 1A 28 18 10 34
Octal 230 200 160 0 20 32 50 30 20 64
Binary 10011000 10000000 1110000 0 10000 11010 101000 11000 10000 110100

Color Harmonies of #988070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988070

Black with #988070

Text Example


Text Example

White with #988070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988070; }

 p { color: rgb(152,128,112); }

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

background-color css

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

 a { background-color: rgb(152,128,112); }

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

border-color css

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

 span { border-color: rgb(152,128,112); }

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