#998570

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

Shades of Almond Frost #998570

Tints of Almond Frost #998570

Color information

#998570 (or 0x998570) is unknown color: approx Almond Frost. HEX triplet: 99, 85 and 70. RGB value is (153,133,112). Sum of RGB (Red+Green+Blue) = 153+133+112=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 153 - color contains mainly: red. Hex color #998570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998570 is #667A8F. Grayscale: #888888. Windows color (decimal): -6716048 or 7374233. OLE color: 7374233.

HSL color Cylindrical-coordinate representation of color #998570: hue angle of 30.73º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #998570 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB153133112-
CMYK00.130.270.4
HSL30.73º16.73%51.96%-
HSV(B)30.73º26.8%60%-
XYZ24.4524.7218.81-
YUV136.59114.13139.71-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.44%
GREEN value IS 133 (52.34% from 255) = 33.42%
BLUE value IS 112 (44.14% from 255) = 28.14%
R=38.44%
G=33.42%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313311200.130.270.430.7316.7351.96
Hex9985700D1B281f1134
Octal2312051600153350372164
Binary1001100110000101111000001101110111010001111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998570; }

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

 H1.HeaderClassName
 {
   color: #998570;
 }
 .AnyTagClassName
 {
   color: #998570;
 }
</style>
background-color css

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

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

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

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

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

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