Html Css Color HEX #988270 Almond Frost

📋 copy color: '#988270'

red 152 ◦ green 130 ◦ blue 112

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

Shades of Almond Frost #988270

Tints of Almond Frost #988270

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.99%

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

R = 38.58%
G = 32.99%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#988270 (or 0x988270) is known color: Almond Frost. HEX triplet: 98, 82 and 70. RGB value is (152,130,112). Sum of RGB (Red+Green+Blue) = 152+130+112=394 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.58% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 152 - color contains mainly: red. Hex color #988270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988270 is #677D8F. Grayscale: #868686. Windows color (decimal): -6782352 or 7373464. OLE color: 7373464.

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

Color convert

RGB 152 130 112 -
CMYK 0 0.14 0.26 0.40
HSL 27º 0.16% 0.52% -
HSV(B) 27º 0.26% 0.6% -
XYZ 23.86 23.81 18.67 -
YUV 134.53 115.29 140.46 -
System Red Green Blue C M Y K H S L
Decimal 152 130 112 0 0.14 0.26 0.40 27 0.16 0.52
Hex 98 82 70 0 E 1A 28 1B 10 34
Octal 230 202 160 0 16 32 50 33 20 64
Binary 10011000 10000010 1110000 0 1110 11010 101000 11011 10000 110100

Color Harmonies of #988270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988270

Black with #988270

Text Example


Text Example

White with #988270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988270; }

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

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

background-color css

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

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

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

border-color css

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

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

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