#9C8A82

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

Shades of Almond Frost #9C8A82

Tints of Almond Frost #9C8A82

Color information

#9C8A82 (or 0x9C8A82) is unknown color: approx Almond Frost. HEX triplet: 9C, 8A and 82. RGB value is (156,138,130). Sum of RGB (Red+Green+Blue) = 156+138+130=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 130 (51.17% from 255 or 30.66% from 424); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8A82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8A82 is #63757D. Grayscale: #8E8E8E. Windows color (decimal): -6518142 or 8555164. OLE color: 8555164.

HSL color Cylindrical-coordinate representation of color #9C8A82: hue angle of 18.46º 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 #9C8A82 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB156138130-
CMYK00.120.170.39
HSL18.46º11.61%56.08%-
HSV(B)18.46º16.67%61.18%-
XYZ26.8326.8624.89-
YUV142.47120.96137.65-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.79%
GREEN value IS 138 (54.30% from 255) = 32.55%
BLUE value IS 130 (51.17% from 255) = 30.66%
R=36.79%
G=32.55%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613813000.120.170.3918.4611.6156.08
Hex9C8A820C112712c38
Octal2342122020142147221470
Binary1001110010001010100000100110010001100111100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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