#ABA38E

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

Shades of Napa #ABA38E

Tints of Napa #ABA38E

Color information

#ABA38E (or 0xABA38E) is unknown color: approx Napa. HEX triplet: AB, A3 and 8E. RGB value is (171,163,142). Sum of RGB (Red+Green+Blue) = 171+163+142=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA38E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA38E is #545C71. Grayscale: #A3A3A3. Windows color (decimal): -5528690 or 9348011. OLE color: 9348011.

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

Color convert

RGB171163142-
CMYK00.050.170.33
HSL43.45º14.72%61.37%-
HSV(B)43.45º16.96%67.06%-
XYZ34.7736.8130.86-
YUV163116.15133.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.92%
GREEN value IS 163 (64.06% from 255) = 34.24%
BLUE value IS 142 (55.86% from 255) = 29.83%
R=35.92%
G=34.24%
B=29.83%

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
Decimal17116314200.050.170.3343.4514.7261.37
HexABA38E0511212bf3d
Octal253243216052141531775
Binary1010101110100011100011100101100011000011010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA38E; }

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

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

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

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

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

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

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

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