#ABA291

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

Shades of Napa #ABA291

Tints of Napa #ABA291

Color information

#ABA291 (or 0xABA291) is unknown color: approx Napa. HEX triplet: AB, A2 and 91. RGB value is (171,162,145). Sum of RGB (Red+Green+Blue) = 171+162+145=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 145 (57.03% from 255 or 30.33% from 478); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA291 is #545D6E. Grayscale: #A2A2A2. Windows color (decimal): -5528943 or 9544363. OLE color: 9544363.

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

Color convert

RGB171162145-
CMYK00.050.150.33
HSL39.23º13.4%61.96%-
HSV(B)39.23º15.2%67.06%-
XYZ34.8336.5432.01-
YUV162.75117.98133.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.77%
GREEN value IS 162 (63.67% from 255) = 33.89%
BLUE value IS 145 (57.03% from 255) = 30.33%
R=35.77%
G=33.89%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116214500.050.150.3339.2313.461.96
HexABA29105F2127d3e
Octal253242221051741471576
Binary101010111010001010010001010111111000011001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA291; }

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

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

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

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

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

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

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

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