Html Css Color HEX #A6A091 Napa

📋 copy color: '#A6A091'

red 166 ◦ green 160 ◦ blue 145

#A6A091
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Napa #A6A091

Tints of Napa #A6A091

RGB

 RED value IS 166 (65.23% from 255) = 35.24%

 GREEN value IS 160 (62.89% from 255) = 33.97%

 BLUE value IS 145 (57.03% from 255) = 30.79%

R = 35.24%
G = 33.97%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A6A091 (or 0xA6A091) is known color: Napa. HEX triplet: A6, A0 and 91. RGB value is (166,160,145). Sum of RGB (Red+Green+Blue) = 166+160+145=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 145 (57.03% from 255 or 30.79% from 471); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A091 is #595F6E. Grayscale: #A0A0A0. Windows color (decimal): -5857135 or 9543846. OLE color: 9543846.

HSL color Cylindrical-coordinate representation of color #A6A091: hue angle of 42.86º 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 #A6A091 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 160 145 -
CMYK 0 0.04 0.13 0.35
HSL 42.86º 0.11% 0.61% -
HSV(B) 42.86º 0.13% 0.65% -
XYZ 33.41 35.29 31.84 -
YUV 160.08 119.49 132.22 -
System Red Green Blue C M Y K H S L
Decimal 166 160 145 0 0.04 0.13 0.35 42.86 0.11 0.61
Hex A6 A0 91 0 4 D 23 2B B 3D
Octal 246 240 221 0 4 15 43 53 13 75
Binary 10100110 10100000 10010001 0 100 1101 100011 101011 1011 111101

Color Harmonies of #A6A091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A091

Black with #A6A091

Text Example


Text Example

White with #A6A091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A091; }

 p { color: rgb(166,160,145); }

 H1.HeaderClassName
 {
   color: #A6A091;
 }
 .AnyTagClassName
 {
   color: #A6A091;
 }
</style>

background-color css

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

 a { background-color: rgb(166,160,145); }

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

border-color css

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

 span { border-color: rgb(166,160,145); }

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