#998A7F

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

Shades of Almond Frost #998A7F

Tints of Almond Frost #998A7F

Color information

#998A7F (or 0x998A7F) is unknown color: approx Almond Frost. HEX triplet: 99, 8A and 7F. RGB value is (153,138,127). Sum of RGB (Red+Green+Blue) = 153+138+127=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 153 - color contains mainly: red. Hex color #998A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998A7F is #667580. Grayscale: #8D8D8D. Windows color (decimal): -6714753 or 8358553. OLE color: 8358553.

HSL color Cylindrical-coordinate representation of color #998A7F: hue angle of 25.38º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #998A7F is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB153138127-
CMYK00.100.170.4
HSL25.38º11.3%54.9%-
HSV(B)25.38º16.99%60%-
XYZ26.0626.4823.82-
YUV141.23119.97136.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.60%
GREEN value IS 138 (54.30% from 255) = 33.01%
BLUE value IS 127 (50% from 255) = 30.38%
R=36.60%
G=33.01%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313812700.100.170.425.3811.354.9
Hex998A7F0A112819b37
Octal2312121770122150311367
Binary100110011000101011111110101010001101000110011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998A7F; }

 p { color: rgb(153,138,127); }

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

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

 a { background-color: rgb(153,138,127); }

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

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

 span { border-color: rgb(153,138,127); }

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