#ADAD8A

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

Shades of Bud #ADAD8A

Tints of Bud #ADAD8A

Color information

#ADAD8A (or 0xADAD8A) is unknown color: approx Bud. HEX triplet: AD, AD and 8A. RGB value is (173,173,138). Sum of RGB (Red+Green+Blue) = 173+173+138=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAD8A is #525275. Grayscale: #A9A9A9. Windows color (decimal): -5395062 or 9088429. OLE color: 9088429.

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

Color convert

RGB173173138-
CMYK000.200.32
HSL60º17.59%60.98%-
HSV(B)60º20.23%67.84%-
XYZ36.7640.6129.94-
YUV169.01110.5130.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.74%
GREEN value IS 173 (67.97% from 255) = 35.74%
BLUE value IS 138 (54.30% from 255) = 28.51%
R=35.74%
G=35.74%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173173138000.200.326017.5960.98
HexADAD8A0014203c123d
Octal255255212002440742275
Binary101011011010110110001010001010010000011110010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAD8A; }

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

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

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

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

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

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

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

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