#998275

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

Shades of Almond Frost #998275

Tints of Almond Frost #998275

Color information

#998275 (or 0x998275) is unknown color: approx Almond Frost. HEX triplet: 99, 82 and 75. RGB value is (153,130,117). Sum of RGB (Red+Green+Blue) = 153+130+117=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 153 - color contains mainly: red. Hex color #998275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998275 is #667D8A. Grayscale: #878787. Windows color (decimal): -6716811 or 7701145. OLE color: 7701145.

HSL color Cylindrical-coordinate representation of color #998275: hue angle of 21.67º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #998275 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB153130117-
CMYK00.150.240.4
HSL21.67º15%52.94%-
HSV(B)21.67º23.53%60%-
XYZ24.3324.0220.18-
YUV135.4117.62140.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.25%
GREEN value IS 130 (51.17% from 255) = 32.5%
BLUE value IS 117 (46.09% from 255) = 29.25%
R=38.25%
G=32.5%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313011700.150.240.421.671552.94
Hex9982750F182816f35
Octal2312021650173050261765
Binary100110011000001011101010111111000101000101101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998275; }

 p { color: rgb(153,130,117); }

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

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

 a { background-color: rgb(153,130,117); }

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

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

 span { border-color: rgb(153,130,117); }

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