Html Css Color HEX #A49C8E Napa

📋 copy color: '#A49C8E'

red 164 ◦ green 156 ◦ blue 142

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

Shades of Napa #A49C8E

Tints of Napa #A49C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.74%

R = 35.5%
G = 33.77%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A49C8E (or 0xA49C8E) is known color: Napa. HEX triplet: A4, 9C and 8E. RGB value is (164,156,142). Sum of RGB (Red+Green+Blue) = 164+156+142=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 156 (61.33% from 255 or 33.77% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49C8E is #5B6371. Grayscale: #9C9C9C. Windows color (decimal): -5989234 or 9346212. OLE color: 9346212.

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

Color convert

RGB 164 156 142 -
CMYK 0 0.05 0.13 0.36
HSL 38.18º 0.11% 0.6% -
HSV(B) 38.18º 0.13% 0.64% -
XYZ 32.08 33.62 30.39 -
YUV 156.8 119.65 133.14 -
System Red Green Blue C M Y K H S L
Decimal 164 156 142 0 0.05 0.13 0.36 38.18 0.11 0.6
Hex A4 9C 8E 0 5 D 24 26 B 3C
Octal 244 234 216 0 5 15 44 46 13 74
Binary 10100100 10011100 10001110 0 101 1101 100100 100110 1011 111100

Color Harmonies of #A49C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49C8E

Black with #A49C8E

Text Example


Text Example

White with #A49C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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