#ABA186

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

Shades of Napa #ABA186

Tints of Napa #ABA186

Color information

#ABA186 (or 0xABA186) is unknown color: approx Napa. HEX triplet: AB, A1 and 86. RGB value is (171,161,134). Sum of RGB (Red+Green+Blue) = 171+161+134=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 134 (52.73% from 255 or 28.76% from 466); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA186 is #545E79. Grayscale: #A1A1A1. Windows color (decimal): -5529210 or 8823211. OLE color: 8823211.

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

Color convert

RGB171161134-
CMYK00.060.220.33
HSL43.78º18.05%59.8%-
HSV(B)43.78º21.64%67.06%-
XYZ33.8435.8727.69-
YUV160.91112.81135.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.70%
GREEN value IS 161 (63.28% from 255) = 34.55%
BLUE value IS 134 (52.73% from 255) = 28.76%
R=36.70%
G=34.55%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116113400.060.220.3343.7818.0559.8
HexABA1860616212c123c
Octal253241206062641542274
Binary10101011101000011000011001101011010000110110010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA186; }

 p { color: rgb(171,161,134); }

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

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

 a { background-color: rgb(171,161,134); }

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

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

 span { border-color: rgb(171,161,134); }

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