#ABA18A

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

Shades of Napa #ABA18A

Tints of Napa #ABA18A

Color information

#ABA18A (or 0xABA18A) is unknown color: approx Napa. HEX triplet: AB, A1 and 8A. RGB value is (171,161,138). Sum of RGB (Red+Green+Blue) = 171+161+138=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 161 (63.28% from 255 or 34.26% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA18A is #545E75. Grayscale: #A1A1A1. Windows color (decimal): -5529206 or 9085355. OLE color: 9085355.

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

Color convert

RGB171161138-
CMYK00.060.190.33
HSL41.82º16.42%60.59%-
HSV(B)41.82º19.3%67.06%-
XYZ34.1335.9829.19-
YUV161.37114.81134.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.38%
GREEN value IS 161 (63.28% from 255) = 34.26%
BLUE value IS 138 (54.30% from 255) = 29.36%
R=36.38%
G=34.26%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116113800.060.190.3341.8216.4260.59
HexABA18A0613212a103d
Octal253241212062341522075
Binary10101011101000011000101001101001110000110101010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA18A; }

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

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

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

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

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

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

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

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