Html Css Color HEX #A0988A Napa

📋 copy color: '#A0988A'

red 160 ◦ green 152 ◦ blue 138

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

Shades of Napa #A0988A

Tints of Napa #A0988A

RGB

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

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

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

R = 35.56%
G = 33.78%
B = 30.67%

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

#A0988A (or 0xA0988A) is known color: Napa. HEX triplet: A0, 98 and 8A. RGB value is (160,152,138). Sum of RGB (Red+Green+Blue) = 160+152+138=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 152 (59.77% from 255 or 33.78% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 160 - color contains mainly: red. Hex color #A0988A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0988A is #5F6775. Grayscale: #989898. Windows color (decimal): -6252406 or 9083040. OLE color: 9083040.

HSL color Cylindrical-coordinate representation of color #A0988A: hue angle of 38.18º 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 #A0988A is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 152 138 -
CMYK 0 0.05 0.14 0.37
HSL 38.18º 0.1% 0.58% -
HSV(B) 38.18º 0.14% 0.63% -
XYZ 30.31 31.77 28.58 -
YUV 152.8 119.65 133.14 -
System Red Green Blue C M Y K H S L
Decimal 160 152 138 0 0.05 0.14 0.37 38.18 0.1 0.58
Hex A0 98 8A 0 5 E 25 26 A 3A
Octal 240 230 212 0 5 16 45 46 12 72
Binary 10100000 10011000 10001010 0 101 1110 100101 100110 1010 111010

Color Harmonies of #A0988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0988A

Black with #A0988A

Text Example


Text Example

White with #A0988A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0988A; }

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

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

background-color css

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

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

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

border-color css

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

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

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