#ABAD8D

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

Shades of Bud #ABAD8D

Tints of Bud #ABAD8D

Color information

#ABAD8D (or 0xABAD8D) is unknown color: approx Bud. HEX triplet: AB, AD and 8D. RGB value is (171,173,141). Sum of RGB (Red+Green+Blue) = 171+173+141=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 173 - color contains mainly: green. Hex color #ABAD8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAD8D is #545272. Grayscale: #A8A8A8. Windows color (decimal): -5526131 or 9285035. OLE color: 9285035.

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

Color convert

RGB171173141-
CMYK0.0100.180.32
HSL63.75º16.33%61.57%-
HSV(B)63.75º18.5%67.84%-
XYZ36.5540.4731.08-
YUV168.75112.34129.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.26%
GREEN value IS 173 (67.97% from 255) = 35.67%
BLUE value IS 141 (55.47% from 255) = 29.07%
R=35.26%
G=35.67%
B=29.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711731410.0100.180.3263.7516.3361.57
HexABAD8D10122040103e
Octal2532552151022401002076
Binary1010101110101101100011011010010100000100000010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAD8D; }

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

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

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

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

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

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

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

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