#9B8A81

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

Shades of Almond Frost #9B8A81

Tints of Almond Frost #9B8A81

Color information

#9B8A81 (or 0x9B8A81) is unknown color: approx Almond Frost. HEX triplet: 9B, 8A and 81. RGB value is (155,138,129). Sum of RGB (Red+Green+Blue) = 155+138+129=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8A81 is #64757E. Grayscale: #8E8E8E. Windows color (decimal): -6583679 or 8489627. OLE color: 8489627.

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

Color convert

RGB155138129-
CMYK00.110.170.39
HSL20.77º11.5%55.69%-
HSV(B)20.77º16.77%60.78%-
XYZ26.5726.7324.53-
YUV142.06120.63137.23-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.73%
GREEN value IS 138 (54.30% from 255) = 32.70%
BLUE value IS 129 (50.78% from 255) = 30.57%
R=36.73%
G=32.70%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513812900.110.170.3920.7711.555.69
Hex9B8A810B112715c38
Octal2332122010132147251470
Binary1001101110001010100000010101110001100111101011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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