#ABA090

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

Shades of Napa #ABA090

Tints of Napa #ABA090

Color information

#ABA090 (or 0xABA090) is unknown color: approx Napa. HEX triplet: AB, A0 and 90. RGB value is (171,160,144). Sum of RGB (Red+Green+Blue) = 171+160+144=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 144 (56.64% from 255 or 30.32% from 475); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA090 is #545F6F. Grayscale: #A1A1A1. Windows color (decimal): -5529456 or 9478315. OLE color: 9478315.

HSL color Cylindrical-coordinate representation of color #ABA090: hue angle of 35.56º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABA090 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB171160144-
CMYK00.060.160.33
HSL35.56º13.85%61.76%-
HSV(B)35.56º15.79%67.06%-
XYZ34.435.8131.49-
YUV161.46118.14134.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36%
GREEN value IS 160 (62.89% from 255) = 33.68%
BLUE value IS 144 (56.64% from 255) = 30.32%
R=36%
G=33.68%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116014400.060.160.3335.5613.8561.76
HexABA09006102124e3e
Octal253240220062041441676
Binary1010101110100000100100000110100001000011001001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA090; }

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

 H1.HeaderClassName
 {
   color: #ABA090;
 }
 .AnyTagClassName
 {
   color: #ABA090;
 }
</style>
background-color css

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

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

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

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

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

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