Html Css Color HEX #A1998B Napa

📋 copy color: '#A1998B'

red 161 ◦ green 153 ◦ blue 139

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

Shades of Napa #A1998B

Tints of Napa #A1998B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.68%

R = 35.54%
G = 33.77%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A1998B (or 0xA1998B) is known color: Napa. HEX triplet: A1, 99 and 8B. RGB value is (161,153,139). Sum of RGB (Red+Green+Blue) = 161+153+139=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 161 - color contains mainly: red. Hex color #A1998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1998B is #5E6674. Grayscale: #999999. Windows color (decimal): -6186613 or 9148833. OLE color: 9148833.

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

Color convert

RGB 161 153 139 -
CMYK 0 0.05 0.14 0.37
HSL 38.18º 0.1% 0.59% -
HSV(B) 38.18º 0.14% 0.63% -
XYZ 30.75 32.22 29.03 -
YUV 153.8 119.65 133.14 -
System Red Green Blue C M Y K H S L
Decimal 161 153 139 0 0.05 0.14 0.37 38.18 0.1 0.59
Hex A1 99 8B 0 5 E 25 26 A 3B
Octal 241 231 213 0 5 16 45 46 12 73
Binary 10100001 10011001 10001011 0 101 1110 100101 100110 1010 111011

Color Harmonies of #A1998B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1998B

Black with #A1998B

Text Example


Text Example

White with #A1998B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1998B; }

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

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

background-color css

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

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

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

border-color css

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

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

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