#9B897C

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

Shades of Almond Frost #9B897C

Tints of Almond Frost #9B897C

Color information

#9B897C (or 0x9B897C) is unknown color: approx Almond Frost. HEX triplet: 9B, 89 and 7C. RGB value is (155,137,124). Sum of RGB (Red+Green+Blue) = 155+137+124=416 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.26% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 155 - color contains mainly: red. Hex color #9B897C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B897C is #647683. Grayscale: #8C8C8C. Windows color (decimal): -6583940 or 8161691. OLE color: 8161691.

HSL color Cylindrical-coordinate representation of color #9B897C: hue angle of 25.16º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9B897C is Cyan = 0, Magento = 0.12, Yellow = 0.2 and Black (K on CMYK) = 0.39.

Color convert

RGB155137124-
CMYK00.120.20.39
HSL25.16º13.42%54.71%-
HSV(B)25.16º20%60.78%-
XYZ26.126.3222.77-
YUV140.9118.46138.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.26%
GREEN value IS 137 (53.91% from 255) = 32.93%
BLUE value IS 124 (48.83% from 255) = 29.81%
R=37.26%
G=32.93%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.2
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513712400.120.20.3925.1613.4254.71
Hex9B897C0C142719d37
Octal2332111740142447311567
Binary100110111000100111111000110010100100111110011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B897C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B897C; }

 p { color: rgb(155,137,124); }

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

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

 a { background-color: rgb(155,137,124); }

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

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

 span { border-color: rgb(155,137,124); }

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