#A79F94

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

Shades of Napa #A79F94

Tints of Napa #A79F94

Color information

#A79F94 (or 0xA79F94) is unknown color: approx Napa. HEX triplet: A7, 9F and 94. RGB value is (167,159,148). Sum of RGB (Red+Green+Blue) = 167+159+148=474 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.23% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 167 - color contains mainly: red. Hex color #A79F94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79F94 is #58606B. Grayscale: #A0A0A0. Windows color (decimal): -5791852 or 9740199. OLE color: 9740199.

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

Color convert

RGB167159148-
CMYK00.050.110.35
HSL34.74º9.74%61.76%-
HSV(B)34.74º11.38%65.49%-
XYZ33.6835.1533.03-
YUV160.14121.15132.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.23%
GREEN value IS 159 (62.5% from 255) = 33.54%
BLUE value IS 148 (58.20% from 255) = 31.22%
R=35.23%
G=33.54%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715914800.050.110.3534.749.7461.76
HexA79F9405B2323a3e
Octal247237224051343431276
Binary101001111001111110010100010110111000111000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79F94; }

 p { color: rgb(167,159,148); }

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

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

 a { background-color: rgb(167,159,148); }

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

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

 span { border-color: rgb(167,159,148); }

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