#97857A

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

Shades of Almond Frost #97857A

Tints of Almond Frost #97857A

Color information

#97857A (or 0x97857A) is unknown color: approx Almond Frost. HEX triplet: 97, 85 and 7A. RGB value is (151,133,122). Sum of RGB (Red+Green+Blue) = 151+133+122=406 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.19% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 151 - color contains mainly: red. Hex color #97857A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97857A is #687A85. Grayscale: #898989. Windows color (decimal): -6847110 or 8029591. OLE color: 8029591.

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

Color convert

RGB151133122-
CMYK00.120.190.41
HSL22.76º12.24%53.53%-
HSV(B)22.76º19.21%59.22%-
XYZ24.6624.7621.89-
YUV137.13119.46137.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.19%
GREEN value IS 133 (52.34% from 255) = 32.76%
BLUE value IS 122 (48.05% from 255) = 30.05%
R=37.19%
G=32.76%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113312200.120.190.4122.7612.2453.53
Hex97857A0C132917c36
Octal2272051720142351271466
Binary100101111000010111110100110010011101001101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97857A; }

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

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

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

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

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

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

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

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