Html Css Color HEX #988570 Almond Frost

📋 copy color: '#988570'

red 152 ◦ green 133 ◦ blue 112

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

Shades of Almond Frost #988570

Tints of Almond Frost #988570

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.5%

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

R = 38.29%
G = 33.5%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#988570 (or 0x988570) is known color: Almond Frost. HEX triplet: 98, 85 and 70. RGB value is (152,133,112). Sum of RGB (Red+Green+Blue) = 152+133+112=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 152 - color contains mainly: red. Hex color #988570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988570 is #677A8F. Grayscale: #888888. Windows color (decimal): -6781584 or 7374232. OLE color: 7374232.

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

Color convert

RGB 152 133 112 -
CMYK 0 0.13 0.26 0.40
HSL 31.5º 0.16% 0.52% -
HSV(B) 31.5º 0.26% 0.6% -
XYZ 24.26 24.62 18.8 -
YUV 136.29 114.29 139.21 -
System Red Green Blue C M Y K H S L
Decimal 152 133 112 0 0.13 0.26 0.40 31.5 0.16 0.52
Hex 98 85 70 0 D 1A 28 1F 10 34
Octal 230 205 160 0 15 32 50 37 20 64
Binary 10011000 10000101 1110000 0 1101 11010 101000 11111 10000 110100

Color Harmonies of #988570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988570

Black with #988570

Text Example


Text Example

White with #988570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988570; }

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

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

background-color css

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

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

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

border-color css

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

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

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