#ABA18B

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

Shades of Napa #ABA18B

Tints of Napa #ABA18B

Color information

#ABA18B (or 0xABA18B) is unknown color: approx Napa. HEX triplet: AB, A1 and 8B. RGB value is (171,161,139). Sum of RGB (Red+Green+Blue) = 171+161+139=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA18B is #545E74. Grayscale: #A1A1A1. Windows color (decimal): -5529205 or 9150891. OLE color: 9150891.

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

Color convert

RGB171161139-
CMYK00.060.190.33
HSL41.25º16%60.78%-
HSV(B)41.25º18.71%67.06%-
XYZ34.236.0129.57-
YUV161.48115.31134.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.31%
GREEN value IS 161 (63.28% from 255) = 34.18%
BLUE value IS 139 (54.69% from 255) = 29.51%
R=36.31%
G=34.18%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116113900.060.190.3341.251660.78
HexABA18B06132129103d
Octal253241213062341512075
Binary10101011101000011000101101101001110000110100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA18B; }

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

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

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

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

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

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

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

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