#978573

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

Shades of Almond Frost #978573

Tints of Almond Frost #978573

Color information

#978573 (or 0x978573) is unknown color: approx Almond Frost. HEX triplet: 97, 85 and 73. RGB value is (151,133,115). Sum of RGB (Red+Green+Blue) = 151+133+115=399 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.84% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 151 - color contains mainly: red. Hex color #978573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978573 is #687A8C. Grayscale: #888888. Windows color (decimal): -6847117 or 7570839. OLE color: 7570839.

HSL color Cylindrical-coordinate representation of color #978573: hue angle of 30º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #978573 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB151133115-
CMYK00.120.240.41
HSL30º14.75%52.16%-
HSV(B)30º23.84%59.22%-
XYZ24.2424.5919.69-
YUV136.33115.96138.46-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.84%
GREEN value IS 133 (52.34% from 255) = 33.33%
BLUE value IS 115 (45.31% from 255) = 28.82%
R=37.84%
G=33.33%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113311500.120.240.413014.7552.16
Hex9785730C18291ef34
Octal2272051630143051361764
Binary100101111000010111100110110011000101001111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978573; }

 p { color: rgb(151,133,115); }

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

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

 a { background-color: rgb(151,133,115); }

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

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

 span { border-color: rgb(151,133,115); }

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