#ABA190

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

Shades of Napa #ABA190

Tints of Napa #ABA190

Color information

#ABA190 (or 0xABA190) is unknown color: approx Napa. HEX triplet: AB, A1 and 90. RGB value is (171,161,144). Sum of RGB (Red+Green+Blue) = 171+161+144=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA190 is #545E6F. Grayscale: #A2A2A2. Windows color (decimal): -5529200 or 9478571. OLE color: 9478571.

HSL color Cylindrical-coordinate representation of color #ABA190: hue angle of 37.78º 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 #ABA190 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB171161144-
CMYK00.060.160.33
HSL37.78º13.85%61.76%-
HSV(B)37.78º15.79%67.06%-
XYZ34.5736.1631.54-
YUV162.05117.81134.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.92%
GREEN value IS 161 (63.28% from 255) = 33.82%
BLUE value IS 144 (56.64% from 255) = 30.25%
R=35.92%
G=33.82%
B=30.25%

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
Decimal17116114400.060.160.3337.7813.8561.76
HexABA19006102126e3e
Octal253241220062041461676
Binary1010101110100001100100000110100001000011001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA190; }

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

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

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

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

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

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

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

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