Html Css Color HEX #A49C8A Napa

📋 copy color: '#A49C8A'

red 164 ◦ green 156 ◦ blue 138

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

Shades of Napa #A49C8A

Tints of Napa #A49C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.13%

R = 35.81%
G = 34.06%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A49C8A (or 0xA49C8A) is known color: Napa. HEX triplet: A4, 9C and 8A. RGB value is (164,156,138). Sum of RGB (Red+Green+Blue) = 164+156+138=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 156 (61.33% from 255 or 34.06% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49C8A is #5B6375. Grayscale: #9C9C9C. Windows color (decimal): -5989238 or 9084068. OLE color: 9084068.

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

Color convert

RGB 164 156 138 -
CMYK 0 0.05 0.16 0.36
HSL 41.54º 0.13% 0.59% -
HSV(B) 41.54º 0.16% 0.64% -
XYZ 31.79 33.5 28.84 -
YUV 156.34 117.65 133.46 -
System Red Green Blue C M Y K H S L
Decimal 164 156 138 0 0.05 0.16 0.36 41.54 0.13 0.59
Hex A4 9C 8A 0 5 10 24 2A C 3B
Octal 244 234 212 0 5 20 44 52 14 73
Binary 10100100 10011100 10001010 0 101 10000 100100 101010 1100 111011

Color Harmonies of #A49C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49C8A

Black with #A49C8A

Text Example


Text Example

White with #A49C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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