#998472

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

Shades of Almond Frost #998472

Tints of Almond Frost #998472

Color information

#998472 (or 0x998472) is unknown color: approx Almond Frost. HEX triplet: 99, 84 and 72. RGB value is (153,132,114). Sum of RGB (Red+Green+Blue) = 153+132+114=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 153 - color contains mainly: red. Hex color #998472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998472 is #667B8D. Grayscale: #888888. Windows color (decimal): -6716302 or 7505049. OLE color: 7505049.

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

Color convert

RGB153132114-
CMYK00.140.250.4
HSL27.69º16.05%52.35%-
HSV(B)27.69º25.49%60%-
XYZ24.4324.4919.36-
YUV136.23115.46139.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.35%
GREEN value IS 132 (51.95% from 255) = 33.08%
BLUE value IS 114 (44.92% from 255) = 28.57%
R=38.35%
G=33.08%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313211400.140.250.427.6916.0552.35
Hex9984720E19281c1034
Octal2312041620163150342064
Binary1001100110000100111001001110110011010001110010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998472; }

 p { color: rgb(153,132,114); }

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

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

 a { background-color: rgb(153,132,114); }

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

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

 span { border-color: rgb(153,132,114); }

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