#A79E91

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

Shades of Napa #A79E91

Tints of Napa #A79E91

Color information

#A79E91 (or 0xA79E91) is unknown color: approx Napa. HEX triplet: A7, 9E and 91. RGB value is (167,158,145). Sum of RGB (Red+Green+Blue) = 167+158+145=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 145 (57.03% from 255 or 30.85% from 470); Max value from RGB is 167 - color contains mainly: red. Hex color #A79E91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79E91 is #58616E. Grayscale: #9F9F9F. Windows color (decimal): -5792111 or 9543335. OLE color: 9543335.

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

Color convert

RGB167158145-
CMYK00.050.130.35
HSL35.45º11.11%61.18%-
HSV(B)35.45º13.17%65.49%-
XYZ33.2734.7131.73-
YUV159.21119.98133.56-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.53%
GREEN value IS 158 (62.11% from 255) = 33.62%
BLUE value IS 145 (57.03% from 255) = 30.85%
R=35.53%
G=33.62%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715814500.050.130.3535.4511.1161.18
HexA79E9105D2323b3d
Octal247236221051543431375
Binary101001111001111010010001010111011000111000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79E91; }

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

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

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

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

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

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

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

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