#ABA084

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

Shades of Napa #ABA084

Tints of Napa #ABA084

Color information

#ABA084 (or 0xABA084) is unknown color: approx Napa. HEX triplet: AB, A0 and 84. RGB value is (171,160,132). Sum of RGB (Red+Green+Blue) = 171+160+132=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA084 is #545F7B. Grayscale: #A0A0A0. Windows color (decimal): -5529468 or 8691883. OLE color: 8691883.

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

Color convert

RGB171160132-
CMYK00.060.230.33
HSL43.08º18.84%59.41%-
HSV(B)43.08º22.81%67.06%-
XYZ33.5335.4726.91-
YUV160.1112.14135.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.93%
GREEN value IS 160 (62.89% from 255) = 34.56%
BLUE value IS 132 (51.95% from 255) = 28.51%
R=36.93%
G=34.56%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116013200.060.230.3343.0818.8459.41
HexABA0840617212b133b
Octal253240204062741532373
Binary10101011101000001000010001101011110000110101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA084; }

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

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

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

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

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

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

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

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