Html Css Color HEX #A49A8A Napa

📋 copy color: '#A49A8A'

red 164 ◦ green 154 ◦ blue 138

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

Shades of Napa #A49A8A

Tints of Napa #A49A8A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.77%

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

R = 35.96%
G = 33.77%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A49A8A (or 0xA49A8A) is known color: Napa. HEX triplet: A4, 9A and 8A. RGB value is (164,154,138). Sum of RGB (Red+Green+Blue) = 164+154+138=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 154 (60.55% from 255 or 33.77% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49A8A is #5B6575. Grayscale: #9B9B9B. Windows color (decimal): -5989750 or 9083556. OLE color: 9083556.

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

Color convert

RGB 164 154 138 -
CMYK 0 0.06 0.16 0.36
HSL 36.92º 0.13% 0.59% -
HSV(B) 36.92º 0.16% 0.64% -
XYZ 31.45 32.84 28.73 -
YUV 155.17 118.31 134.3 -
System Red Green Blue C M Y K H S L
Decimal 164 154 138 0 0.06 0.16 0.36 36.92 0.13 0.59
Hex A4 9A 8A 0 6 10 24 25 C 3B
Octal 244 232 212 0 6 20 44 45 14 73
Binary 10100100 10011010 10001010 0 110 10000 100100 100101 1100 111011

Color Harmonies of #A49A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49A8A

Black with #A49A8A

Text Example


Text Example

White with #A49A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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