Html Css Color HEX #A39984 Napa

📋 copy color: '#A39984'

red 163 ◦ green 153 ◦ blue 132

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

Shades of Napa #A39984

Tints of Napa #A39984

RGB

 RED value IS 163 (64.06% from 255) = 36.38%

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

 BLUE value IS 132 (51.95% from 255) = 29.46%

R = 36.38%
G = 34.15%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A39984 (or 0xA39984) is known color: Napa. HEX triplet: A3, 99 and 84. RGB value is (163,153,132). Sum of RGB (Red+Green+Blue) = 163+153+132=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 163 - color contains mainly: red. Hex color #A39984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39984 is #5C667B. Grayscale: #999999. Windows color (decimal): -6055548 or 8690083. OLE color: 8690083.

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

Color convert

RGB 163 153 132 -
CMYK 0 0.06 0.19 0.36
HSL 40.65º 0.14% 0.58% -
HSV(B) 40.65º 0.19% 0.64% -
XYZ 30.66 32.23 26.44 -
YUV 153.6 115.81 134.71 -
System Red Green Blue C M Y K H S L
Decimal 163 153 132 0 0.06 0.19 0.36 40.65 0.14 0.58
Hex A3 99 84 0 6 13 24 29 E 3A
Octal 243 231 204 0 6 23 44 51 16 72
Binary 10100011 10011001 10000100 0 110 10011 100100 101001 1110 111010

Color Harmonies of #A39984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39984

Black with #A39984

Text Example


Text Example

White with #A39984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39984; }

 p { color: rgb(163,153,132); }

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

background-color css

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

 a { background-color: rgb(163,153,132); }

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

border-color css

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

 span { border-color: rgb(163,153,132); }

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