Html Css Color HEX #A39A88 Napa

📋 copy color: '#A39A88'

red 163 ◦ green 154 ◦ blue 136

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

Shades of Napa #A39A88

Tints of Napa #A39A88

RGB

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

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

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

R = 35.98%
G = 34%
B = 30.02%

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

#A39A88 (or 0xA39A88) is known color: Napa. HEX triplet: A3, 9A and 88. RGB value is (163,154,136). Sum of RGB (Red+Green+Blue) = 163+154+136=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 154 (60.55% from 255 or 34.00% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 163 - color contains mainly: red. Hex color #A39A88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39A88 is #5C6577. Grayscale: #9A9A9A. Windows color (decimal): -6055288 or 8952483. OLE color: 8952483.

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

Color convert

RGB 163 154 136 -
CMYK 0 0.06 0.17 0.36
HSL 40º 0.13% 0.59% -
HSV(B) 40º 0.17% 0.64% -
XYZ 31.1 32.68 27.96 -
YUV 154.64 117.48 133.96 -
System Red Green Blue C M Y K H S L
Decimal 163 154 136 0 0.06 0.17 0.36 40 0.13 0.59
Hex A3 9A 88 0 6 11 24 28 D 3B
Octal 243 232 210 0 6 21 44 50 15 73
Binary 10100011 10011010 10001000 0 110 10001 100100 101000 1101 111011

Color Harmonies of #A39A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39A88

Black with #A39A88

Text Example


Text Example

White with #A39A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39A88; }

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

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

background-color css

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

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

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

border-color css

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

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

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