#ABA189

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

Shades of Napa #ABA189

Tints of Napa #ABA189

Color information

#ABA189 (or 0xABA189) is unknown color: approx Napa. HEX triplet: AB, A1 and 89. RGB value is (171,161,137). Sum of RGB (Red+Green+Blue) = 171+161+137=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 137 (53.91% from 255 or 29.21% from 469); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA189 is #545E76. Grayscale: #A1A1A1. Windows color (decimal): -5529207 or 9019819. OLE color: 9019819.

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

Color convert

RGB171161137-
CMYK00.060.200.33
HSL42.35º16.83%60.39%-
HSV(B)42.35º19.88%67.06%-
XYZ34.0535.9528.81-
YUV161.25114.31134.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.46%
GREEN value IS 161 (63.28% from 255) = 34.33%
BLUE value IS 137 (53.91% from 255) = 29.21%
R=36.46%
G=34.33%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116113700.060.200.3342.3516.8360.39
HexABA1890614212a113c
Octal253241211062441522174
Binary10101011101000011000100101101010010000110101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA189; }

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

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

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

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

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

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

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

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