#ADAD8B

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

Shades of Bud #ADAD8B

Tints of Bud #ADAD8B

Color information

#ADAD8B (or 0xADAD8B) is unknown color: approx Bud. HEX triplet: AD, AD and 8B. RGB value is (173,173,139). Sum of RGB (Red+Green+Blue) = 173+173+139=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAD8B is #525274. Grayscale: #A9A9A9. Windows color (decimal): -5395061 or 9153965. OLE color: 9153965.

HSL color Cylindrical-coordinate representation of color #ADAD8B: hue angle of 60º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADAD8B is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB173173139-
CMYK000.200.32
HSL60º17.17%61.18%-
HSV(B)60º19.65%67.84%-
XYZ36.8440.6430.33-
YUV169.12111130.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.67%
GREEN value IS 173 (67.97% from 255) = 35.67%
BLUE value IS 139 (54.69% from 255) = 28.66%
R=35.67%
G=35.67%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173173139000.200.326017.1761.18
HexADAD8B0014203c113d
Octal255255213002440742175
Binary101011011010110110001011001010010000011110010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAD8B; }

 p { color: rgb(173,173,139); }

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

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

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

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

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

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

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