#988272

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

Shades of Almond Frost #988272

Tints of Almond Frost #988272

Color information

#988272 (or 0x988272) is unknown color: approx Almond Frost. HEX triplet: 98, 82 and 72. RGB value is (152,130,114). Sum of RGB (Red+Green+Blue) = 152+130+114=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 152 - color contains mainly: red. Hex color #988272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988272 is #677D8D. Grayscale: #868686. Windows color (decimal): -6782350 or 7504536. OLE color: 7504536.

HSL color Cylindrical-coordinate representation of color #988272: hue angle of 25.26º 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 #988272 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB152130114-
CMYK00.140.250.40
HSL25.26º15.57%52.16%-
HSV(B)25.26º25%59.61%-
XYZ23.9723.8619.26-
YUV134.75116.29140.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.38%
GREEN value IS 130 (51.17% from 255) = 32.83%
BLUE value IS 114 (44.92% from 255) = 28.79%
R=38.38%
G=32.83%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213011400.140.250.4025.2615.5752.16
Hex9882720E1928191034
Octal2302021620163150312064
Binary1001100010000010111001001110110011010001100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988272; }

 p { color: rgb(152,130,114); }

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

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

 a { background-color: rgb(152,130,114); }

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

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

 span { border-color: rgb(152,130,114); }

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