Html Css Color HEX #A49C8D Napa

📋 copy color: '#A49C8D'

red 164 ◦ green 156 ◦ blue 141

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

Shades of Napa #A49C8D

Tints of Napa #A49C8D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.84%

 BLUE value IS 141 (55.47% from 255) = 30.59%

R = 35.57%
G = 33.84%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A49C8D (or 0xA49C8D) is known color: Napa. HEX triplet: A4, 9C and 8D. RGB value is (164,156,141). Sum of RGB (Red+Green+Blue) = 164+156+141=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49C8D is #5B6372. Grayscale: #9C9C9C. Windows color (decimal): -5989235 or 9280676. OLE color: 9280676.

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

Color convert

RGB 164 156 141 -
CMYK 0 0.05 0.14 0.36
HSL 39.13º 0.11% 0.6% -
HSV(B) 39.13º 0.14% 0.64% -
XYZ 32.01 33.59 30 -
YUV 156.68 119.15 133.22 -
System Red Green Blue C M Y K H S L
Decimal 164 156 141 0 0.05 0.14 0.36 39.13 0.11 0.6
Hex A4 9C 8D 0 5 E 24 27 B 3C
Octal 244 234 215 0 5 16 44 47 13 74
Binary 10100100 10011100 10001101 0 101 1110 100100 100111 1011 111100

Color Harmonies of #A49C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49C8D

Black with #A49C8D

Text Example


Text Example

White with #A49C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49C8D; }

 p { color: rgb(164,156,141); }

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

background-color css

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

 a { background-color: rgb(164,156,141); }

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

border-color css

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

 span { border-color: rgb(164,156,141); }

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