Html Css Color HEX #A39B8D Napa

📋 copy color: '#A39B8D'

red 163 ◦ green 155 ◦ blue 141

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

Shades of Napa #A39B8D

Tints of Napa #A39B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.72%

R = 35.51%
G = 33.77%
B = 30.72%

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

#A39B8D (or 0xA39B8D) is known color: Napa. HEX triplet: A3, 9B and 8D. RGB value is (163,155,141). Sum of RGB (Red+Green+Blue) = 163+155+141=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39B8D is #5C6472. Grayscale: #9B9B9B. Windows color (decimal): -6055027 or 9280419. OLE color: 9280419.

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

Color convert

RGB 163 155 141 -
CMYK 0 0.05 0.13 0.36
HSL 38.18º 0.11% 0.6% -
HSV(B) 38.18º 0.13% 0.64% -
XYZ 31.63 33.15 29.93 -
YUV 155.8 119.65 133.14 -
System Red Green Blue C M Y K H S L
Decimal 163 155 141 0 0.05 0.13 0.36 38.18 0.11 0.6
Hex A3 9B 8D 0 5 D 24 26 B 3C
Octal 243 233 215 0 5 15 44 46 13 74
Binary 10100011 10011011 10001101 0 101 1101 100100 100110 1011 111100

Color Harmonies of #A39B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39B8D

Black with #A39B8D

Text Example


Text Example

White with #A39B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39B8D; }

 p { color: rgb(163,155,141); }

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

background-color css

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

 a { background-color: rgb(163,155,141); }

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

border-color css

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

 span { border-color: rgb(163,155,141); }

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