Html Css Color HEX #A49B8A Napa

📋 copy color: '#A49B8A'

red 164 ◦ green 155 ◦ blue 138

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

Shades of Napa #A49B8A

Tints of Napa #A49B8A

RGB

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

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

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

R = 35.89%
G = 33.92%
B = 30.2%

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

#A49B8A (or 0xA49B8A) is known color: Napa. HEX triplet: A4, 9B and 8A. RGB value is (164,155,138). Sum of RGB (Red+Green+Blue) = 164+155+138=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49B8A is #5B6475. Grayscale: #9B9B9B. Windows color (decimal): -5989494 or 9083812. OLE color: 9083812.

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

Color convert

RGB 164 155 138 -
CMYK 0 0.05 0.16 0.36
HSL 39.23º 0.13% 0.59% -
HSV(B) 39.23º 0.16% 0.64% -
XYZ 31.62 33.17 28.78 -
YUV 155.75 117.98 133.88 -
System Red Green Blue C M Y K H S L
Decimal 164 155 138 0 0.05 0.16 0.36 39.23 0.13 0.59
Hex A4 9B 8A 0 5 10 24 27 C 3B
Octal 244 233 212 0 5 20 44 47 14 73
Binary 10100100 10011011 10001010 0 101 10000 100100 100111 1100 111011

Color Harmonies of #A49B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49B8A

Black with #A49B8A

Text Example


Text Example

White with #A49B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49B8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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