Html Css Color HEX #A49B8E Napa

📋 copy color: '#A49B8E'

red 164 ◦ green 155 ◦ blue 142

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

Shades of Napa #A49B8E

Tints of Napa #A49B8E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.62%

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

R = 35.57%
G = 33.62%
B = 30.8%

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

#A49B8E (or 0xA49B8E) is known color: Napa. HEX triplet: A4, 9B and 8E. RGB value is (164,155,142). Sum of RGB (Red+Green+Blue) = 164+155+142=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49B8E is #5B6471. Grayscale: #9C9C9C. Windows color (decimal): -5989490 or 9345956. OLE color: 9345956.

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

Color convert

RGB 164 155 142 -
CMYK 0 0.05 0.13 0.36
HSL 35.45º 0.11% 0.6% -
HSV(B) 35.45º 0.13% 0.64% -
XYZ 31.91 33.29 30.33 -
YUV 156.21 119.98 133.56 -
System Red Green Blue C M Y K H S L
Decimal 164 155 142 0 0.05 0.13 0.36 35.45 0.11 0.6
Hex A4 9B 8E 0 5 D 24 23 B 3C
Octal 244 233 216 0 5 15 44 43 13 74
Binary 10100100 10011011 10001110 0 101 1101 100100 100011 1011 111100

Color Harmonies of #A49B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49B8E

Black with #A49B8E

Text Example


Text Example

White with #A49B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49B8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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