#ABA28A

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

Shades of Napa #ABA28A

Tints of Napa #ABA28A

Color information

#ABA28A (or 0xABA28A) is unknown color: approx Napa. HEX triplet: AB, A2 and 8A. RGB value is (171,162,138). Sum of RGB (Red+Green+Blue) = 171+162+138=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 162 (63.67% from 255 or 34.39% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA28A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA28A is #545D75. Grayscale: #A2A2A2. Windows color (decimal): -5528950 or 9085611. OLE color: 9085611.

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

Color convert

RGB171162138-
CMYK00.050.190.33
HSL43.64º16.42%60.59%-
HSV(B)43.64º19.3%67.06%-
XYZ34.336.3329.25-
YUV161.95114.48134.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.31%
GREEN value IS 162 (63.67% from 255) = 34.39%
BLUE value IS 138 (54.30% from 255) = 29.30%
R=36.31%
G=34.39%
B=29.30%

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
Decimal17116213800.050.190.3343.6416.4260.59
HexABA28A0513212c103d
Octal253242212052341542075
Binary10101011101000101000101001011001110000110110010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA28A; }

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

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

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

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

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

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

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

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