#ABA085

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

Shades of Napa #ABA085

Tints of Napa #ABA085

Color information

#ABA085 (or 0xABA085) is unknown color: approx Napa. HEX triplet: AB, A0 and 85. RGB value is (171,160,133). Sum of RGB (Red+Green+Blue) = 171+160+133=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 133 (52.34% from 255 or 28.66% from 464); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA085 is #545F7A. Grayscale: #A0A0A0. Windows color (decimal): -5529467 or 8757419. OLE color: 8757419.

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

Color convert

RGB171160133-
CMYK00.060.220.33
HSL42.63º18.45%59.61%-
HSV(B)42.63º22.22%67.06%-
XYZ33.635.4927.27-
YUV160.21112.64135.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.85%
GREEN value IS 160 (62.89% from 255) = 34.48%
BLUE value IS 133 (52.34% from 255) = 28.66%
R=36.85%
G=34.48%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116013300.060.220.3342.6318.4559.61
HexABA0850616212b123c
Octal253240205062641532274
Binary10101011101000001000010101101011010000110101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA085; }

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

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

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

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

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

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

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

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