#ABA08D

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

Shades of Napa #ABA08D

Tints of Napa #ABA08D

Color information

#ABA08D (or 0xABA08D) is unknown color: approx Napa. HEX triplet: AB, A0 and 8D. RGB value is (171,160,141). Sum of RGB (Red+Green+Blue) = 171+160+141=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA08D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA08D is #545F72. Grayscale: #A1A1A1. Windows color (decimal): -5529459 or 9281707. OLE color: 9281707.

HSL color Cylindrical-coordinate representation of color #ABA08D: hue angle of 38º 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 #ABA08D is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB171160141-
CMYK00.060.180.33
HSL38º15.15%61.18%-
HSV(B)38º17.54%67.06%-
XYZ34.1735.7230.29-
YUV161.12116.64135.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.23%
GREEN value IS 160 (62.89% from 255) = 33.90%
BLUE value IS 141 (55.47% from 255) = 29.87%
R=36.23%
G=33.90%
B=29.87%

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
Decimal17116014100.060.180.333815.1561.18
HexABA08D06122126f3d
Octal253240215062241461775
Binary1010101110100000100011010110100101000011001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA08D; }

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

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

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

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

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

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

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

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