#ADAD8D

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

Shades of Bud #ADAD8D

Tints of Bud #ADAD8D

Color information

#ADAD8D (or 0xADAD8D) is unknown color: approx Bud. HEX triplet: AD, AD and 8D. RGB value is (173,173,141). Sum of RGB (Red+Green+Blue) = 173+173+141=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAD8D is #525272. Grayscale: #A9A9A9. Windows color (decimal): -5395059 or 9285037. OLE color: 9285037.

HSL color Cylindrical-coordinate representation of color #ADAD8D: hue angle of 60º 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 #ADAD8D is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB173173141-
CMYK000.180.32
HSL60º16.33%61.57%-
HSV(B)60º18.5%67.84%-
XYZ36.9840.6931.1-
YUV169.35112130.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.52%
GREEN value IS 173 (67.97% from 255) = 35.52%
BLUE value IS 141 (55.47% from 255) = 28.95%
R=35.52%
G=35.52%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173173141000.180.326016.3361.57
HexADAD8D0012203c103e
Octal255255215002240742076
Binary101011011010110110001101001001010000011110010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAD8D; }

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

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

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

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

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

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

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

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