#978173

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

Shades of Almond Frost #978173

Tints of Almond Frost #978173

Color information

#978173 (or 0x978173) is unknown color: approx Almond Frost. HEX triplet: 97, 81 and 73. RGB value is (151,129,115). Sum of RGB (Red+Green+Blue) = 151+129+115=395 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.23% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 151 - color contains mainly: red. Hex color #978173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978173 is #687E8C. Grayscale: #868686. Windows color (decimal): -6848141 or 7569815. OLE color: 7569815.

HSL color Cylindrical-coordinate representation of color #978173: hue angle of 23.33º 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 #978173 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB151129115-
CMYK00.150.240.41
HSL23.33º14.75%52.16%-
HSV(B)23.33º23.84%59.22%-
XYZ23.7123.5219.51-
YUV133.98117.29140.14-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.23%
GREEN value IS 129 (50.78% from 255) = 32.66%
BLUE value IS 115 (45.31% from 255) = 29.11%
R=38.23%
G=32.66%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15112911500.150.240.4123.3314.7552.16
Hex9781730F182917f34
Octal2272011630173051271764
Binary100101111000000111100110111111000101001101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978173; }

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

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

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

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

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

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

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

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