#ABA28B

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

Shades of Napa #ABA28B

Tints of Napa #ABA28B

Color information

#ABA28B (or 0xABA28B) is unknown color: approx Napa. HEX triplet: AB, A2 and 8B. RGB value is (171,162,139). Sum of RGB (Red+Green+Blue) = 171+162+139=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA28B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA28B is #545D74. Grayscale: #A2A2A2. Windows color (decimal): -5528949 or 9151147. OLE color: 9151147.

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

Color convert

RGB171162139-
CMYK00.050.190.33
HSL43.13º16%60.78%-
HSV(B)43.13º18.71%67.06%-
XYZ34.3836.3629.63-
YUV162.07114.98134.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.23%
GREEN value IS 162 (63.67% from 255) = 34.32%
BLUE value IS 139 (54.69% from 255) = 29.45%
R=36.23%
G=34.32%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116213900.050.190.3343.131660.78
HexABA28B0513212b103d
Octal253242213052341532075
Binary10101011101000101000101101011001110000110101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA28B; }

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

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

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

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

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

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

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

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