#ABAD95

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

Shades of Bud #ABAD95

Tints of Bud #ABAD95

Color information

#ABAD95 (or 0xABAD95) is unknown color: approx Bud. HEX triplet: AB, AD and 95. RGB value is (171,173,149). Sum of RGB (Red+Green+Blue) = 171+173+149=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 173 - color contains mainly: green. Hex color #ABAD95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAD95 is #54526A. Grayscale: #A9A9A9. Windows color (decimal): -5526123 or 9809323. OLE color: 9809323.

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

Color convert

RGB171173149-
CMYK0.0100.140.32
HSL65º12.77%63.14%-
HSV(B)65º13.87%67.84%-
XYZ37.1640.7134.33-
YUV169.67116.34128.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.69%
GREEN value IS 173 (67.97% from 255) = 35.09%
BLUE value IS 149 (58.59% from 255) = 30.22%
R=34.69%
G=35.09%
B=30.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711731490.0100.140.326512.7763.14
HexABAD9510E2041d3f
Octal2532552251016401011577
Binary10101011101011011001010110111010000010000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAD95; }

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

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

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

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

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

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

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

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