#ABA18D

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

Shades of Napa #ABA18D

Tints of Napa #ABA18D

Color information

#ABA18D (or 0xABA18D) is unknown color: approx Napa. HEX triplet: AB, A1 and 8D. RGB value is (171,161,141). Sum of RGB (Red+Green+Blue) = 171+161+141=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA18D is #545E72. Grayscale: #A1A1A1. Windows color (decimal): -5529203 or 9281963. OLE color: 9281963.

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

Color convert

RGB171161141-
CMYK00.060.180.33
HSL40º15.15%61.18%-
HSV(B)40º17.54%67.06%-
XYZ34.3536.0730.35-
YUV161.71116.31134.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.15%
GREEN value IS 161 (63.28% from 255) = 34.04%
BLUE value IS 141 (55.47% from 255) = 29.81%
R=36.15%
G=34.04%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116114100.060.180.334015.1561.18
HexABA18D06122128f3d
Octal253241215062241501775
Binary1010101110100001100011010110100101000011010001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA18D; }

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

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

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

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

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

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

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

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