#998271

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

Shades of Almond Frost #998271

Tints of Almond Frost #998271

Color information

#998271 (or 0x998271) is unknown color: approx Almond Frost. HEX triplet: 99, 82 and 71. RGB value is (153,130,113). Sum of RGB (Red+Green+Blue) = 153+130+113=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 153 - color contains mainly: red. Hex color #998271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998271 is #667D8E. Grayscale: #878787. Windows color (decimal): -6716815 or 7439001. OLE color: 7439001.

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

Color convert

RGB153130113-
CMYK00.150.260.4
HSL25.5º16.39%52.16%-
HSV(B)25.5º26.14%60%-
XYZ24.123.9318.97-
YUV134.94115.62140.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.64%
GREEN value IS 130 (51.17% from 255) = 32.83%
BLUE value IS 113 (44.53% from 255) = 28.54%
R=38.64%
G=32.83%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313011300.150.260.425.516.3952.16
Hex9982710F1A281a1034
Octal2312021610173250322064
Binary1001100110000010111000101111110101010001101010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998271; }

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

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

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

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

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

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

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

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