#ABA28E

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

Shades of Napa #ABA28E

Tints of Napa #ABA28E

Color information

#ABA28E (or 0xABA28E) is unknown color: approx Napa. HEX triplet: AB, A2 and 8E. RGB value is (171,162,142). Sum of RGB (Red+Green+Blue) = 171+162+142=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 162 (63.67% from 255 or 34.11% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA28E is #545D71. Grayscale: #A2A2A2. Windows color (decimal): -5528946 or 9347755. OLE color: 9347755.

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

Color convert

RGB171162142-
CMYK00.050.170.33
HSL41.38º14.72%61.37%-
HSV(B)41.38º16.96%67.06%-
XYZ34.636.4530.8-
YUV162.41116.48134.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36%
GREEN value IS 162 (63.67% from 255) = 34.11%
BLUE value IS 142 (55.86% from 255) = 29.89%
R=36%
G=34.11%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116214200.050.170.3341.3814.7261.37
HexABA28E05112129f3d
Octal253242216052141511775
Binary1010101110100010100011100101100011000011010011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA28E; }

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

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

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

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

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

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

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

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