#ABA08E

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

Shades of Napa #ABA08E

Tints of Napa #ABA08E

Color information

#ABA08E (or 0xABA08E) is unknown color: approx Napa. HEX triplet: AB, A0 and 8E. RGB value is (171,160,142). Sum of RGB (Red+Green+Blue) = 171+160+142=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA08E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA08E is #545F71. Grayscale: #A1A1A1. Windows color (decimal): -5529458 or 9347243. OLE color: 9347243.

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

Color convert

RGB171160142-
CMYK00.060.170.33
HSL37.24º14.72%61.37%-
HSV(B)37.24º16.96%67.06%-
XYZ34.2535.7530.69-
YUV161.24117.14134.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.15%
GREEN value IS 160 (62.89% from 255) = 33.83%
BLUE value IS 142 (55.86% from 255) = 30.02%
R=36.15%
G=33.83%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116014200.060.170.3337.2414.7261.37
HexABA08E06112125f3d
Octal253240216062141451775
Binary1010101110100000100011100110100011000011001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA08E; }

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

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

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

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

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

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

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

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