Html Css Color HEX #A19888 Napa

📋 copy color: '#A19888'

red 161 ◦ green 152 ◦ blue 136

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

Shades of Napa #A19888

Tints of Napa #A19888

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.85%

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

R = 35.86%
G = 33.85%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A19888 (or 0xA19888) is known color: Napa. HEX triplet: A1, 98 and 88. RGB value is (161,152,136). Sum of RGB (Red+Green+Blue) = 161+152+136=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 136 (53.52% from 255 or 30.29% from 449); Max value from RGB is 161 - color contains mainly: red. Hex color #A19888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19888 is #5E6777. Grayscale: #989898. Windows color (decimal): -6186872 or 8951969. OLE color: 8951969.

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

Color convert

RGB 161 152 136 -
CMYK 0 0.06 0.16 0.37
HSL 38.4º 0.12% 0.58% -
HSV(B) 38.4º 0.16% 0.63% -
XYZ 30.37 31.81 27.83 -
YUV 152.87 118.48 133.8 -
System Red Green Blue C M Y K H S L
Decimal 161 152 136 0 0.06 0.16 0.37 38.4 0.12 0.58
Hex A1 98 88 0 6 10 25 26 C 3A
Octal 241 230 210 0 6 20 45 46 14 72
Binary 10100001 10011000 10001000 0 110 10000 100101 100110 1100 111010

Color Harmonies of #A19888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19888

Black with #A19888

Text Example


Text Example

White with #A19888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19888; }

 p { color: rgb(161,152,136); }

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

background-color css

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

 a { background-color: rgb(161,152,136); }

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

border-color css

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

 span { border-color: rgb(161,152,136); }

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