#9D8A7F

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

Shades of Almond Frost #9D8A7F

Tints of Almond Frost #9D8A7F

Color information

#9D8A7F (or 0x9D8A7F) is unknown color: approx Almond Frost. HEX triplet: 9D, 8A and 7F. RGB value is (157,138,127). Sum of RGB (Red+Green+Blue) = 157+138+127=422 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.20% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8A7F is #627580. Grayscale: #8E8E8E. Windows color (decimal): -6452609 or 8358557. OLE color: 8358557.

HSL color Cylindrical-coordinate representation of color #9D8A7F: hue angle of 22º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9D8A7F is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB157138127-
CMYK00.120.190.38
HSL22º13.27%55.69%-
HSV(B)22º19.11%61.57%-
XYZ26.8226.8823.85-
YUV142.43119.29138.39-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.20%
GREEN value IS 138 (54.30% from 255) = 32.70%
BLUE value IS 127 (50% from 255) = 30.09%
R=37.20%
G=32.70%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713812700.120.190.382213.2755.69
Hex9D8A7F0C132616d38
Octal2352121770142346261570
Binary100111011000101011111110110010011100110101101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,138,127); }

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

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

 a { background-color: rgb(157,138,127); }

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

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

 span { border-color: rgb(157,138,127); }

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