Html Css Color HEX #A39988 Napa

📋 copy color: '#A39988'

red 163 ◦ green 153 ◦ blue 136

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

Shades of Napa #A39988

Tints of Napa #A39988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 30.09%

R = 36.06%
G = 33.85%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A39988 (or 0xA39988) is known color: Napa. HEX triplet: A3, 99 and 88. RGB value is (163,153,136). Sum of RGB (Red+Green+Blue) = 163+153+136=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 163 - color contains mainly: red. Hex color #A39988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39988 is #5C6677. Grayscale: #9A9A9A. Windows color (decimal): -6055544 or 8952227. OLE color: 8952227.

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

Color convert

RGB 163 153 136 -
CMYK 0 0.06 0.17 0.36
HSL 37.78º 0.13% 0.59% -
HSV(B) 37.78º 0.17% 0.64% -
XYZ 30.94 32.35 27.91 -
YUV 154.05 117.81 134.38 -
System Red Green Blue C M Y K H S L
Decimal 163 153 136 0 0.06 0.17 0.36 37.78 0.13 0.59
Hex A3 99 88 0 6 11 24 26 D 3B
Octal 243 231 210 0 6 21 44 46 15 73
Binary 10100011 10011001 10001000 0 110 10001 100100 100110 1101 111011

Color Harmonies of #A39988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39988

Black with #A39988

Text Example


Text Example

White with #A39988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39988; }

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

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

background-color css

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

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

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

border-color css

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

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

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