#ABA191

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

Shades of Napa #ABA191

Tints of Napa #ABA191

Color information

#ABA191 (or 0xABA191) is unknown color: approx Napa. HEX triplet: AB, A1 and 91. RGB value is (171,161,145). Sum of RGB (Red+Green+Blue) = 171+161+145=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 145 (57.03% from 255 or 30.40% from 477); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA191 is #545E6E. Grayscale: #A2A2A2. Windows color (decimal): -5529199 or 9544107. OLE color: 9544107.

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

Color convert

RGB171161145-
CMYK00.060.150.33
HSL36.92º13.4%61.96%-
HSV(B)36.92º15.2%67.06%-
XYZ34.6536.1931.95-
YUV162.17118.31134.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.85%
GREEN value IS 161 (63.28% from 255) = 33.75%
BLUE value IS 145 (57.03% from 255) = 30.40%
R=35.85%
G=33.75%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116114500.060.150.3336.9213.461.96
HexABA19106F2125d3e
Octal253241221061741451576
Binary101010111010000110010001011011111000011001011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA191; }

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

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

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

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

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

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

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

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