Html Css Color HEX #A0988B Napa

📋 copy color: '#A0988B'

red 160 ◦ green 152 ◦ blue 139

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

Shades of Napa #A0988B

Tints of Napa #A0988B

RGB

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

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

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

R = 35.48%
G = 33.7%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A0988B (or 0xA0988B) is known color: Napa. HEX triplet: A0, 98 and 8B. RGB value is (160,152,139). Sum of RGB (Red+Green+Blue) = 160+152+139=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 152 (59.77% from 255 or 33.70% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 160 - color contains mainly: red. Hex color #A0988B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0988B is #5F6774. Grayscale: #989898. Windows color (decimal): -6252405 or 9148576. OLE color: 9148576.

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

Color convert

RGB 160 152 139 -
CMYK 0 0.05 0.13 0.37
HSL 37.14º 0.1% 0.59% -
HSV(B) 37.14º 0.13% 0.63% -
XYZ 30.39 31.79 28.96 -
YUV 152.91 120.15 133.06 -
System Red Green Blue C M Y K H S L
Decimal 160 152 139 0 0.05 0.13 0.37 37.14 0.1 0.59
Hex A0 98 8B 0 5 D 25 25 A 3B
Octal 240 230 213 0 5 15 45 45 12 73
Binary 10100000 10011000 10001011 0 101 1101 100101 100101 1010 111011

Color Harmonies of #A0988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0988B

Black with #A0988B

Text Example


Text Example

White with #A0988B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0988B; }

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

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

background-color css

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

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

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

border-color css

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

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

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