#9A9792

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

Shades of Napa #9A9792

Tints of Napa #9A9792

Color information

#9A9792 (or 0x9A9792) is unknown color: approx Napa. HEX triplet: 9A, 97 and 92. RGB value is (154,151,146). Sum of RGB (Red+Green+Blue) = 154+151+146=451 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.15% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 146 (57.42% from 255 or 32.37% from 451); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9792 is #65686D. Grayscale: #979797. Windows color (decimal): -6645870 or 9607066. OLE color: 9607066.

HSL color Cylindrical-coordinate representation of color #9A9792: hue angle of 37.5º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9A9792 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB154151146-
CMYK00.020.050.40
HSL37.5º3.81%58.82%-
HSV(B)37.5º5.19%60.39%-
XYZ29.5831.0831.63-
YUV151.33124.99129.91-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.15%
GREEN value IS 151 (59.38% from 255) = 33.48%
BLUE value IS 146 (57.42% from 255) = 32.37%
R=34.15%
G=33.48%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15415114600.020.050.4037.53.8158.82
Hex9A9792025282643b
Octal2322272220255046473
Binary100110101001011110010010010101101000100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,151,146); }

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

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

 a { background-color: rgb(154,151,146); }

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

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

 span { border-color: rgb(154,151,146); }

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