#988270

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

Shades of Almond Frost #988270

Tints of Almond Frost #988270

Color information

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

RGB152130112-
CMYK00.140.260.40
HSL27º16.26%51.76%-
HSV(B)27º26.32%59.61%-
XYZ23.8623.8118.67-
YUV134.53115.29140.46-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213011200.140.260.402716.2651.76
Hex9882700E1A281b1034
Octal2302021600163250332064
Binary1001100010000010111000001110110101010001101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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