Html Css Color HEX #A49E93 Napa

📋 copy color: '#A49E93'

red 164 ◦ green 158 ◦ blue 147

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

Shades of Napa #A49E93

Tints of Napa #A49E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.34%

R = 34.97%
G = 33.69%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A49E93 (or 0xA49E93) is known color: Napa. HEX triplet: A4, 9E and 93. RGB value is (164,158,147). Sum of RGB (Red+Green+Blue) = 164+158+147=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49E93 is #5B616C. Grayscale: #9E9E9E. Windows color (decimal): -5988717 or 9674404. OLE color: 9674404.

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

Color convert

RGB 164 158 147 -
CMYK 0 0.04 0.10 0.36
HSL 38.82º 0.09% 0.61% -
HSV(B) 38.82º 0.1% 0.64% -
XYZ 32.8 34.45 32.52 -
YUV 158.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 164 158 147 0 0.04 0.10 0.36 38.82 0.09 0.61
Hex A4 9E 93 0 4 A 24 27 9 3D
Octal 244 236 223 0 4 12 44 47 11 75
Binary 10100100 10011110 10010011 0 100 1010 100100 100111 1001 111101

Color Harmonies of #A49E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49E93

Black with #A49E93

Text Example


Text Example

White with #A49E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49E93; }

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

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

background-color css

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

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

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

border-color css

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

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

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