#9D867E

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

Shades of Almond Frost #9D867E

Tints of Almond Frost #9D867E

Color information

#9D867E (or 0x9D867E) is unknown color: approx Almond Frost. HEX triplet: 9D, 86 and 7E. RGB value is (157,134,126). Sum of RGB (Red+Green+Blue) = 157+134+126=417 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.65% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 157 - color contains mainly: red. Hex color #9D867E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D867E is #627981. Grayscale: #8C8C8C. Windows color (decimal): -6453634 or 8291997. OLE color: 8291997.

HSL color Cylindrical-coordinate representation of color #9D867E: hue angle of 15.48º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9D867E is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB157134126-
CMYK00.150.200.38
HSL15.48º13.66%55.49%-
HSV(B)15.48º19.75%61.57%-
XYZ26.225.7223.32-
YUV139.96120.12140.15-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.65%
GREEN value IS 134 (52.73% from 255) = 32.13%
BLUE value IS 126 (49.61% from 255) = 30.22%
R=37.65%
G=32.13%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713412600.150.200.3815.4813.6655.49
Hex9D867E0F1426fe37
Octal2352061760172446171667
Binary10011101100001101111110011111010010011011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,134,126); }

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

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

 a { background-color: rgb(157,134,126); }

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

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

 span { border-color: rgb(157,134,126); }

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