#ABA089

Color #ABA089 Napa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Napa #ABA089

Tints of Napa #ABA089

Color information

#ABA089 (or 0xABA089) is unknown color: approx 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

RGB171160137-
CMYK00.060.200.33
HSL40.59º16.83%60.39%-
HSV(B)40.59º19.88%67.06%-
XYZ33.8835.6128.75-
YUV160.67114.64135.37-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116013700.060.200.3340.5916.8360.39
HexABA08906142129113c
Octal253240211062441512174
Binary10101011101000001000100101101010010000110100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>