#97887C

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

Shades of Almond Frost #97887C

Tints of Almond Frost #97887C

Color information

#97887C (or 0x97887C) is unknown color: approx Almond Frost. HEX triplet: 97, 88 and 7C. RGB value is (151,136,124). Sum of RGB (Red+Green+Blue) = 151+136+124=411 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.74% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 151 - color contains mainly: red. Hex color #97887C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97887C is #687783. Grayscale: #8B8B8B. Windows color (decimal): -6846340 or 8161431. OLE color: 8161431.

HSL color Cylindrical-coordinate representation of color #97887C: hue angle of 26.67º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #97887C is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB151136124-
CMYK00.100.180.41
HSL26.67º11.49%53.92%-
HSV(B)26.67º17.88%59.22%-
XYZ25.225.6422.69-
YUV139.12119.47136.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.74%
GREEN value IS 136 (53.52% from 255) = 33.09%
BLUE value IS 124 (48.83% from 255) = 30.17%
R=36.74%
G=33.09%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113612400.100.180.4126.6711.4953.92
Hex97887C0A12291bb36
Octal2272101740122251331366
Binary100101111000100011111000101010010101001110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97887C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97887C; }

 p { color: rgb(151,136,124); }

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

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

 a { background-color: rgb(151,136,124); }

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

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

 span { border-color: rgb(151,136,124); }

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