Html Css Color HEX #A49982 Napa

📋 copy color: '#A49982'

red 164 ◦ green 153 ◦ blue 130

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

Shades of Napa #A49982

Tints of Napa #A49982

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.23%

 BLUE value IS 130 (51.17% from 255) = 29.08%

R = 36.69%
G = 34.23%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A49982 (or 0xA49982) is known color: Napa. HEX triplet: A4, 99 and 82. RGB value is (164,153,130). Sum of RGB (Red+Green+Blue) = 164+153+130=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 164 - color contains mainly: red. Hex color #A49982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49982 is #5B667D. Grayscale: #999999. Windows color (decimal): -5990014 or 8559012. OLE color: 8559012.

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

Color convert

RGB 164 153 130 -
CMYK 0 0.07 0.21 0.36
HSL 40.59º 0.16% 0.58% -
HSV(B) 40.59º 0.21% 0.64% -
XYZ 30.73 32.29 25.73 -
YUV 153.67 114.64 135.37 -
System Red Green Blue C M Y K H S L
Decimal 164 153 130 0 0.07 0.21 0.36 40.59 0.16 0.58
Hex A4 99 82 0 7 15 24 29 10 3A
Octal 244 231 202 0 7 25 44 51 20 72
Binary 10100100 10011001 10000010 0 111 10101 100100 101001 10000 111010

Color Harmonies of #A49982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49982

Black with #A49982

Text Example


Text Example

White with #A49982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49982; }

 p { color: rgb(164,153,130); }

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

background-color css

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

 a { background-color: rgb(164,153,130); }

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

border-color css

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

 span { border-color: rgb(164,153,130); }

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