#ABAD86

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

Shades of Bud #ABAD86

Tints of Bud #ABAD86

Color information

#ABAD86 (or 0xABAD86) is unknown color: approx Bud. HEX triplet: AB, AD and 86. RGB value is (171,173,134). Sum of RGB (Red+Green+Blue) = 171+173+134=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 173 - color contains mainly: green. Hex color #ABAD86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAD86 is #545279. Grayscale: #A8A8A8. Windows color (decimal): -5526138 or 8826283. OLE color: 8826283.

HSL color Cylindrical-coordinate representation of color #ABAD86: hue angle of 63.08º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABAD86 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB171173134-
CMYK0.0100.230.32
HSL63.08º19.21%60.2%-
HSV(B)63.08º22.54%67.84%-
XYZ36.0440.2728.43-
YUV167.96108.84130.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.77%
GREEN value IS 173 (67.97% from 255) = 36.19%
BLUE value IS 134 (52.73% from 255) = 28.03%
R=35.77%
G=36.19%
B=28.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711731340.0100.230.3263.0819.2160.2
HexABAD861017203f133c
Octal253255206102740772374
Binary101010111010110110000110101011110000011111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAD86; }

 p { color: rgb(171,173,134); }

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

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

 a { background-color: rgb(171,173,134); }

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

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

 span { border-color: rgb(171,173,134); }

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