#97847C

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

Shades of Almond Frost #97847C

Tints of Almond Frost #97847C

Color information

#97847C (or 0x97847C) is unknown color: approx Almond Frost. HEX triplet: 97, 84 and 7C. RGB value is (151,132,124). Sum of RGB (Red+Green+Blue) = 151+132+124=407 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.10% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 151 - color contains mainly: red. Hex color #97847C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97847C is #687B83. Grayscale: #888888. Windows color (decimal): -6847364 or 8160407. OLE color: 8160407.

HSL color Cylindrical-coordinate representation of color #97847C: hue angle of 17.78º 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 #97847C is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB151132124-
CMYK00.130.180.41
HSL17.78º11.49%53.92%-
HSV(B)17.78º17.88%59.22%-
XYZ24.6524.5422.51-
YUV136.77120.79138.15-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.10%
GREEN value IS 132 (51.95% from 255) = 32.43%
BLUE value IS 124 (48.83% from 255) = 30.47%
R=37.10%
G=32.43%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113212400.130.180.4117.7811.4953.92
Hex97847C0D122912b36
Octal2272041740152251221366
Binary100101111000010011111000110110010101001100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97847C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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