Html Css Color HEX #ABA089 Napa

📋 copy color: '#ABA089'

red 171 ◦ green 160 ◦ blue 137

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

Shades of Napa #ABA089

Tints of Napa #ABA089

RGB

 RED value IS 171 (67.19% from 255) = 36.54%

 GREEN value IS 160 (62.89% from 255) = 34.19%

 BLUE value IS 137 (53.91% from 255) = 29.27%

R = 36.54%
G = 34.19%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#ABA089 (or 0xABA089) is known color: Napa. HEX triplet: AB, A0 and 89. RGB value is (171,160,137). Sum of RGB (Red+Green+Blue) = 171+160+137=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA089 is #545F76. Grayscale: #A0A0A0. Windows color (decimal): -5529463 or 9019563. OLE color: 9019563.

HSL color Cylindrical-coordinate representation of color #ABA089: hue angle of 40.59º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABA089 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 160 137 -
CMYK 0 0.06 0.20 0.33
HSL 40.59º 0.17% 0.6% -
HSV(B) 40.59º 0.2% 0.67% -
XYZ 33.88 35.61 28.75 -
YUV 160.67 114.64 135.37 -
System Red Green Blue C M Y K H S L
Decimal 171 160 137 0 0.06 0.20 0.33 40.59 0.17 0.6
Hex AB A0 89 0 6 14 21 29 11 3C
Octal 253 240 211 0 6 24 41 51 21 74
Binary 10101011 10100000 10001001 0 110 10100 100001 101001 10001 111100

Color Harmonies of #ABA089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA089

Black with #ABA089

Text Example


Text Example

White with #ABA089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA089; }

 p { color: rgb(171,160,137); }

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

background-color css

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

 a { background-color: rgb(171,160,137); }

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

border-color css

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

 span { border-color: rgb(171,160,137); }

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