Html Css Color HEX #A49986 Napa

📋 copy color: '#A49986'

red 164 ◦ green 153 ◦ blue 134

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

Shades of Napa #A49986

Tints of Napa #A49986

RGB

 RED value IS 164 (64.45% from 255) = 36.36%

 GREEN value IS 153 (60.16% from 255) = 33.92%

 BLUE value IS 134 (52.73% from 255) = 29.71%

R = 36.36%
G = 33.92%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A49986 (or 0xA49986) is known color: Napa. HEX triplet: A4, 99 and 86. RGB value is (164,153,134). Sum of RGB (Red+Green+Blue) = 164+153+134=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 134 (52.73% from 255 or 29.71% from 451); Max value from RGB is 164 - color contains mainly: red. Hex color #A49986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49986 is #5B6679. Grayscale: #9A9A9A. Windows color (decimal): -5990010 or 8821156. OLE color: 8821156.

HSL color Cylindrical-coordinate representation of color #A49986: hue angle of 38º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A49986 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 153 134 -
CMYK 0 0.07 0.18 0.36
HSL 38º 0.14% 0.58% -
HSV(B) 38º 0.18% 0.64% -
XYZ 31 32.4 27.17 -
YUV 154.12 116.64 135.04 -
System Red Green Blue C M Y K H S L
Decimal 164 153 134 0 0.07 0.18 0.36 38 0.14 0.58
Hex A4 99 86 0 7 12 24 26 E 3A
Octal 244 231 206 0 7 22 44 46 16 72
Binary 10100100 10011001 10000110 0 111 10010 100100 100110 1110 111010

Color Harmonies of #A49986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49986

Black with #A49986

Text Example


Text Example

White with #A49986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49986; }

 p { color: rgb(164,153,134); }

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

background-color css

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

 a { background-color: rgb(164,153,134); }

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

border-color css

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

 span { border-color: rgb(164,153,134); }

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