Html Css Color HEX #A49D93 Napa

📋 copy color: '#A49D93'

red 164 ◦ green 157 ◦ blue 147

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

Shades of Napa #A49D93

Tints of Napa #A49D93

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.55%

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

R = 35.04%
G = 33.55%
B = 31.41%

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

#A49D93 (or 0xA49D93) is known color: Napa. HEX triplet: A4, 9D and 93. RGB value is (164,157,147). Sum of RGB (Red+Green+Blue) = 164+157+147=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 157 (61.72% from 255 or 33.55% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49D93 is #5B626C. Grayscale: #9E9E9E. Windows color (decimal): -5988973 or 9674148. OLE color: 9674148.

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

Color convert

RGB 164 157 147 -
CMYK 0 0.04 0.10 0.36
HSL 35.29º 0.09% 0.61% -
HSV(B) 35.29º 0.1% 0.64% -
XYZ 32.63 34.11 32.47 -
YUV 157.95 121.82 132.31 -
System Red Green Blue C M Y K H S L
Decimal 164 157 147 0 0.04 0.10 0.36 35.29 0.09 0.61
Hex A4 9D 93 0 4 A 24 23 9 3D
Octal 244 235 223 0 4 12 44 43 11 75
Binary 10100100 10011101 10010011 0 100 1010 100100 100011 1001 111101

Color Harmonies of #A49D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49D93

Black with #A49D93

Text Example


Text Example

White with #A49D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49D93; }

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

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

background-color css

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

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

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

border-color css

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

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

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