#A79D8B

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

Shades of Napa #A79D8B

Tints of Napa #A79D8B

Color information

#A79D8B (or 0xA79D8B) is unknown color: approx Napa. HEX triplet: A7, 9D and 8B. RGB value is (167,157,139). Sum of RGB (Red+Green+Blue) = 167+157+139=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 157 (61.72% from 255 or 33.91% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 167 - color contains mainly: red. Hex color #A79D8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79D8B is #586274. Grayscale: #9E9E9E. Windows color (decimal): -5792373 or 9149863. OLE color: 9149863.

HSL color Cylindrical-coordinate representation of color #A79D8B: hue angle of 38.57º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A79D8B is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB167157139-
CMYK00.060.170.35
HSL38.57º13.73%60%-
HSV(B)38.57º16.77%65.49%-
XYZ32.6534.1929.31-
YUV157.94117.31134.46-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.07%
GREEN value IS 157 (61.72% from 255) = 33.91%
BLUE value IS 139 (54.69% from 255) = 30.02%
R=36.07%
G=33.91%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715713900.060.170.3538.5713.7360
HexA79D8B06112327e3c
Octal247235213062143471674
Binary1010011110011101100010110110100011000111001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79D8B; }

 p { color: rgb(167,157,139); }

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

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

 a { background-color: rgb(167,157,139); }

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

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

 span { border-color: rgb(167,157,139); }

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