#988070

Color #988070 Almond Frost (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Almond Frost #988070

Tints of Almond Frost #988070

Color information

#988070 (or 0x988070) is unknown color: approx 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

RGB152128112-
CMYK00.160.260.40
HSL24º16.26%51.76%-
HSV(B)24º26.32%59.61%-
XYZ23.5923.2818.58-
YUV133.35115.95141.3-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212811200.160.260.402416.2651.76
Hex9880700101A28181034
Octal2302001600203250302064
Binary10011000100000001110000010000110101010001100010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>