Html Css Color HEX #A0998D Napa

📋 copy color: '#A0998D'

red 160 ◦ green 153 ◦ blue 141

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

Shades of Napa #A0998D

Tints of Napa #A0998D

RGB

 RED value IS 160 (62.89% from 255) = 35.24%

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

 BLUE value IS 141 (55.47% from 255) = 31.06%

R = 35.24%
G = 33.7%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A0998D (or 0xA0998D) is known color: Napa. HEX triplet: A0, 99 and 8D. RGB value is (160,153,141). Sum of RGB (Red+Green+Blue) = 160+153+141=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 160 - color contains mainly: red. Hex color #A0998D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0998D is #5F6672. Grayscale: #999999. Windows color (decimal): -6252147 or 9279904. OLE color: 9279904.

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

Color convert

RGB 160 153 141 -
CMYK 0 0.04 0.12 0.37
HSL 37.89º 0.09% 0.59% -
HSV(B) 37.89º 0.12% 0.63% -
XYZ 30.7 32.18 29.79 -
YUV 153.73 120.82 132.48 -
System Red Green Blue C M Y K H S L
Decimal 160 153 141 0 0.04 0.12 0.37 37.89 0.09 0.59
Hex A0 99 8D 0 4 C 25 26 9 3B
Octal 240 231 215 0 4 14 45 46 11 73
Binary 10100000 10011001 10001101 0 100 1100 100101 100110 1001 111011

Color Harmonies of #A0998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0998D

Black with #A0998D

Text Example


Text Example

White with #A0998D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0998D; }

 p { color: rgb(160,153,141); }

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

background-color css

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

 a { background-color: rgb(160,153,141); }

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

border-color css

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

 span { border-color: rgb(160,153,141); }

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