#9C8A7F

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

Shades of Almond Frost #9C8A7F

Tints of Almond Frost #9C8A7F

Color information

#9C8A7F (or 0x9C8A7F) is unknown color: approx Almond Frost. HEX triplet: 9C, 8A and 7F. RGB value is (156,138,127). Sum of RGB (Red+Green+Blue) = 156+138+127=421 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.05% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8A7F is #637580. Grayscale: #8E8E8E. Windows color (decimal): -6518145 or 8358556. OLE color: 8358556.

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

Color convert

RGB156138127-
CMYK00.120.190.39
HSL22.76º12.78%55.49%-
HSV(B)22.76º18.59%61.18%-
XYZ26.6326.7823.84-
YUV142.13119.46137.89-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.05%
GREEN value IS 138 (54.30% from 255) = 32.78%
BLUE value IS 127 (50% from 255) = 30.17%
R=37.05%
G=32.78%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613812700.120.190.3922.7612.7855.49
Hex9C8A7F0C132717d37
Octal2342121770142347271567
Binary100111001000101011111110110010011100111101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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