#9B8172

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

Shades of Almond Frost #9B8172

Tints of Almond Frost #9B8172

Color information

#9B8172 (or 0x9B8172) is unknown color: approx Almond Frost. HEX triplet: 9B, 81 and 72. RGB value is (155,129,114). Sum of RGB (Red+Green+Blue) = 155+129+114=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8172 is #647E8D. Grayscale: #878787. Windows color (decimal): -6585998 or 7504283. OLE color: 7504283.

HSL color Cylindrical-coordinate representation of color #9B8172: hue angle of 21.95º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9B8172 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB155129114-
CMYK00.170.260.39
HSL21.95º17.01%52.75%-
HSV(B)21.95º26.45%60.78%-
XYZ24.4123.8819.24-
YUV135.06116.11142.22-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.94%
GREEN value IS 129 (50.78% from 255) = 32.41%
BLUE value IS 114 (44.92% from 255) = 28.64%
R=38.94%
G=32.41%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512911400.170.260.3921.9517.0152.75
Hex9B81720111A27161135
Octal2332011620213247262165
Binary10011011100000011110010010001110101001111011010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,129,114); }

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

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

 a { background-color: rgb(155,129,114); }

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

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

 span { border-color: rgb(155,129,114); }

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