#9A917B

Color #9A917B Heathered Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heathered Grey #9A917B

Tints of Heathered Grey #9A917B

Color information

#9A917B (or 0x9A917B) is unknown color: approx Heathered Grey. HEX triplet: 9A, 91 and 7B. RGB value is (154,145,123). Sum of RGB (Red+Green+Blue) = 154+145+123=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 154 - color contains mainly: red. Hex color #9A917B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A917B is #656E84. Grayscale: #919191. Windows color (decimal): -6647429 or 8098202. OLE color: 8098202.

HSL color Cylindrical-coordinate representation of color #9A917B: hue angle of 42.58º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9A917B is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB154145123-
CMYK00.060.200.40
HSL42.58º13.3%54.31%-
HSV(B)42.58º20.13%60.39%-
XYZ27.0328.5522.83-
YUV145.18115.48134.29-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.49%
GREEN value IS 145 (57.03% from 255) = 34.36%
BLUE value IS 123 (48.44% from 255) = 29.15%
R=36.49%
G=34.36%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15414512300.060.200.4042.5813.354.31
Hex9A917B0614282bd36
Octal232221173062450531566
Binary100110101001000111110110110101001010001010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,145,123); }

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

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

 a { background-color: rgb(154,145,123); }

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

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

 span { border-color: rgb(154,145,123); }

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