#ABA28D

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

Shades of Napa #ABA28D

Tints of Napa #ABA28D

Color information

#ABA28D (or 0xABA28D) is unknown color: approx Napa. HEX triplet: AB, A2 and 8D. RGB value is (171,162,141). Sum of RGB (Red+Green+Blue) = 171+162+141=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA28D is #545D72. Grayscale: #A2A2A2. Windows color (decimal): -5528947 or 9282219. OLE color: 9282219.

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

Color convert

RGB171162141-
CMYK00.050.180.33
HSL42º15.15%61.18%-
HSV(B)42º17.54%67.06%-
XYZ34.5236.4230.41-
YUV162.3115.98134.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.08%
GREEN value IS 162 (63.67% from 255) = 34.18%
BLUE value IS 141 (55.47% from 255) = 29.75%
R=36.08%
G=34.18%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116214100.050.180.334215.1561.18
HexABA28D0512212af3d
Octal253242215052241521775
Binary1010101110100010100011010101100101000011010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA28D; }

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

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

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

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

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

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

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

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