#AB9E85

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

Shades of Napa #AB9E85

Tints of Napa #AB9E85

Color information

#AB9E85 (or 0xAB9E85) is unknown color: approx Napa. HEX triplet: AB, 9E and 85. RGB value is (171,158,133). Sum of RGB (Red+Green+Blue) = 171+158+133=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9E85 is #54617A. Grayscale: #9F9F9F. Windows color (decimal): -5529979 or 8756907. OLE color: 8756907.

HSL color Cylindrical-coordinate representation of color #AB9E85: hue angle of 39.47º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AB9E85 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB171158133-
CMYK00.080.220.33
HSL39.47º18.45%59.61%-
HSV(B)39.47º22.22%67.06%-
XYZ33.2634.8127.16-
YUV159.04113.31136.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.01%
GREEN value IS 158 (62.11% from 255) = 34.20%
BLUE value IS 133 (52.34% from 255) = 28.79%
R=37.01%
G=34.20%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115813300.080.220.3339.4718.4559.61
HexAB9E8508162127123c
Octal2532362050102641472274
Binary101010111001111010000101010001011010000110011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9E85; }

 p { color: rgb(171,158,133); }

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

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

 a { background-color: rgb(171,158,133); }

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

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

 span { border-color: rgb(171,158,133); }

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