#998A7E

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

Shades of Almond Frost #998A7E

Tints of Almond Frost #998A7E

Color information

#998A7E (or 0x998A7E) is unknown color: approx Almond Frost. HEX triplet: 99, 8A and 7E. RGB value is (153,138,126). Sum of RGB (Red+Green+Blue) = 153+138+126=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 153 - color contains mainly: red. Hex color #998A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998A7E is #667581. Grayscale: #8D8D8D. Windows color (decimal): -6714754 or 8293017. OLE color: 8293017.

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

Color convert

RGB153138126-
CMYK00.100.180.4
HSL26.67º11.69%54.71%-
HSV(B)26.67º17.65%60%-
XYZ25.9926.4623.48-
YUV141.12119.47136.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.69%
GREEN value IS 138 (54.30% from 255) = 33.09%
BLUE value IS 126 (49.61% from 255) = 30.22%
R=36.69%
G=33.09%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313812600.100.180.426.6711.6954.71
Hex998A7E0A12281bc37
Octal2312121760122250331467
Binary100110011000101011111100101010010101000110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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