#ABA091

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

Shades of Napa #ABA091

Tints of Napa #ABA091

Color information

#ABA091 (or 0xABA091) is unknown color: approx Napa. HEX triplet: AB, A0 and 91. RGB value is (171,160,145). Sum of RGB (Red+Green+Blue) = 171+160+145=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 145 (57.03% from 255 or 30.46% from 476); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA091 is #545F6E. Grayscale: #A1A1A1. Windows color (decimal): -5529455 or 9543851. OLE color: 9543851.

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

Color convert

RGB171160145-
CMYK00.060.150.33
HSL34.62º13.4%61.96%-
HSV(B)34.62º15.2%67.06%-
XYZ34.4835.8431.89-
YUV161.58118.64134.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.92%
GREEN value IS 160 (62.89% from 255) = 33.61%
BLUE value IS 145 (57.03% from 255) = 30.46%
R=35.92%
G=33.61%
B=30.46%

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
Decimal17116014500.060.150.3334.6213.461.96
HexABA09106F2123d3e
Octal253240221061741431576
Binary101010111010000010010001011011111000011000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA091; }

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

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

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

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

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

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

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

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