#A79E8E

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

Shades of Napa #A79E8E

Tints of Napa #A79E8E

Color information

#A79E8E (or 0xA79E8E) is unknown color: approx Napa. HEX triplet: A7, 9E and 8E. RGB value is (167,158,142). Sum of RGB (Red+Green+Blue) = 167+158+142=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 167 - color contains mainly: red. Hex color #A79E8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79E8E is #586171. Grayscale: #9E9E9E. Windows color (decimal): -5792114 or 9346727. OLE color: 9346727.

HSL color Cylindrical-coordinate representation of color #A79E8E: hue angle of 38.4º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A79E8E is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB167158142-
CMYK00.050.150.35
HSL38.4º12.44%60.59%-
HSV(B)38.4º14.97%65.49%-
XYZ33.0534.6230.53-
YUV158.87118.48133.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.76%
GREEN value IS 158 (62.11% from 255) = 33.83%
BLUE value IS 142 (55.86% from 255) = 30.41%
R=35.76%
G=33.83%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715814200.050.150.3538.412.4460.59
HexA79E8E05F2326c3d
Octal247236216051743461475
Binary101001111001111010001110010111111000111001101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79E8E; }

 p { color: rgb(167,158,142); }

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

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

 a { background-color: rgb(167,158,142); }

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

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

 span { border-color: rgb(167,158,142); }

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