#97877A

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

Shades of Almond Frost #97877A

Tints of Almond Frost #97877A

Color information

#97877A (or 0x97877A) is unknown color: approx Almond Frost. HEX triplet: 97, 87 and 7A. RGB value is (151,135,122). Sum of RGB (Red+Green+Blue) = 151+135+122=408 (54% of max value = 765). Red value is 151 (59.38% from 255 or 37.01% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 122 (48.05% from 255 or 29.90% from 408); Max value from RGB is 151 - color contains mainly: red. Hex color #97877A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97877A is #687885. Grayscale: #8A8A8A. Windows color (decimal): -6846598 or 8030103. OLE color: 8030103.

HSL color Cylindrical-coordinate representation of color #97877A: hue angle of 26.9º 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 #97877A is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB151135122-
CMYK00.110.190.41
HSL26.9º12.24%53.53%-
HSV(B)26.9º19.21%59.22%-
XYZ24.9425.3121.98-
YUV138.3118.8137.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.01%
GREEN value IS 135 (53.12% from 255) = 33.09%
BLUE value IS 122 (48.05% from 255) = 29.90%
R=37.01%
G=33.09%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113512200.110.190.4126.912.2453.53
Hex97877A0B13291bc36
Octal2272071720132351331466
Binary100101111000011111110100101110011101001110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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