Html Css Color HEX #A49E8E Napa

📋 copy color: '#A49E8E'

red 164 ◦ green 158 ◦ blue 142

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

Shades of Napa #A49E8E

Tints of Napa #A49E8E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.05%

 BLUE value IS 142 (55.86% from 255) = 30.6%

R = 35.34%
G = 34.05%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A49E8E (or 0xA49E8E) is known color: Napa. HEX triplet: A4, 9E and 8E. RGB value is (164,158,142). Sum of RGB (Red+Green+Blue) = 164+158+142=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49E8E is #5B6171. Grayscale: #9E9E9E. Windows color (decimal): -5988722 or 9346724. OLE color: 9346724.

HSL color Cylindrical-coordinate representation of color #A49E8E: hue angle of 43.64º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A49E8E is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 158 142 -
CMYK 0 0.04 0.13 0.36
HSL 43.64º 0.11% 0.6% -
HSV(B) 43.64º 0.13% 0.64% -
XYZ 32.42 34.3 30.5 -
YUV 157.97 118.99 132.3 -
System Red Green Blue C M Y K H S L
Decimal 164 158 142 0 0.04 0.13 0.36 43.64 0.11 0.6
Hex A4 9E 8E 0 4 D 24 2C B 3C
Octal 244 236 216 0 4 15 44 54 13 74
Binary 10100100 10011110 10001110 0 100 1101 100100 101100 1011 111100

Color Harmonies of #A49E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49E8E

Black with #A49E8E

Text Example


Text Example

White with #A49E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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