Html Css Color HEX #A0998A Napa

📋 copy color: '#A0998A'

red 160 ◦ green 153 ◦ blue 138

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

Shades of Napa #A0998A

Tints of Napa #A0998A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.6%

R = 35.48%
G = 33.92%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A0998A (or 0xA0998A) is known color: Napa. HEX triplet: A0, 99 and 8A. RGB value is (160,153,138). Sum of RGB (Red+Green+Blue) = 160+153+138=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 160 - color contains mainly: red. Hex color #A0998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0998A is #5F6675. Grayscale: #999999. Windows color (decimal): -6252150 or 9083296. OLE color: 9083296.

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

Color convert

RGB 160 153 138 -
CMYK 0 0.04 0.14 0.37
HSL 40.91º 0.1% 0.58% -
HSV(B) 40.91º 0.14% 0.63% -
XYZ 30.48 32.09 28.63 -
YUV 153.38 119.32 132.72 -
System Red Green Blue C M Y K H S L
Decimal 160 153 138 0 0.04 0.14 0.37 40.91 0.1 0.58
Hex A0 99 8A 0 4 E 25 29 A 3A
Octal 240 231 212 0 4 16 45 51 12 72
Binary 10100000 10011001 10001010 0 100 1110 100101 101001 1010 111010

Color Harmonies of #A0998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0998A

Black with #A0998A

Text Example


Text Example

White with #A0998A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0998A; }

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

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

background-color css

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

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

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

border-color css

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

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

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