Html Css Color HEX #A19989 Napa

📋 copy color: '#A19989'

red 161 ◦ green 153 ◦ blue 137

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

Shades of Napa #A19989

Tints of Napa #A19989

RGB

 RED value IS 161 (63.28% from 255) = 35.7%

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

 BLUE value IS 137 (53.91% from 255) = 30.38%

R = 35.7%
G = 33.92%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#A19989 (or 0xA19989) is known color: Napa. HEX triplet: A1, 99 and 89. RGB value is (161,153,137). Sum of RGB (Red+Green+Blue) = 161+153+137=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 137 (53.91% from 255 or 30.38% from 451); Max value from RGB is 161 - color contains mainly: red. Hex color #A19989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19989 is #5E6676. Grayscale: #999999. Windows color (decimal): -6186615 or 9017761. OLE color: 9017761.

HSL color Cylindrical-coordinate representation of color #A19989: hue angle of 40º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A19989 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 153 137 -
CMYK 0 0.05 0.15 0.37
HSL 40º 0.11% 0.58% -
HSV(B) 40º 0.15% 0.63% -
XYZ 30.6 32.17 28.26 -
YUV 153.57 118.65 133.3 -
System Red Green Blue C M Y K H S L
Decimal 161 153 137 0 0.05 0.15 0.37 40 0.11 0.58
Hex A1 99 89 0 5 F 25 28 B 3A
Octal 241 231 211 0 5 17 45 50 13 72
Binary 10100001 10011001 10001001 0 101 1111 100101 101000 1011 111010

Color Harmonies of #A19989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19989

Black with #A19989

Text Example


Text Example

White with #A19989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19989; }

 p { color: rgb(161,153,137); }

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

background-color css

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

 a { background-color: rgb(161,153,137); }

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

border-color css

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

 span { border-color: rgb(161,153,137); }

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