Html Css Color HEX #A49E90 Napa

📋 copy color: '#A49E90'

red 164 ◦ green 158 ◦ blue 144

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

Shades of Napa #A49E90

Tints of Napa #A49E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.9%

R = 35.19%
G = 33.91%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A49E90 (or 0xA49E90) is known color: Napa. HEX triplet: A4, 9E and 90. RGB value is (164,158,144). Sum of RGB (Red+Green+Blue) = 164+158+144=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49E90 is #5B616F. Grayscale: #9E9E9E. Windows color (decimal): -5988720 or 9477796. OLE color: 9477796.

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

Color convert

RGB 164 158 144 -
CMYK 0 0.04 0.12 0.36
HSL 42º 0.1% 0.6% -
HSV(B) 42º 0.12% 0.64% -
XYZ 32.57 34.36 31.3 -
YUV 158.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 164 158 144 0 0.04 0.12 0.36 42 0.1 0.6
Hex A4 9E 90 0 4 C 24 2A A 3C
Octal 244 236 220 0 4 14 44 52 12 74
Binary 10100100 10011110 10010000 0 100 1100 100100 101010 1010 111100

Color Harmonies of #A49E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49E90

Black with #A49E90

Text Example


Text Example

White with #A49E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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