Html Css Color HEX #ADAD8A Bud

📋 copy color: '#ADAD8A'

red 173 ◦ green 173 ◦ blue 138

#ADAD8A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bud #ADAD8A

Tints of Bud #ADAD8A

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.3% from 255) = 28.51%

R = 35.74%
G = 35.74%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#ADAD8A (or 0xADAD8A) is known color: 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

RGB 173 173 138 -
CMYK 0 0 0.20 0.32
HSL 60º 0.18% 0.61% -
HSV(B) 60º 0.2% 0.68% -
XYZ 36.76 40.61 29.94 -
YUV 169.01 110.5 130.85 -
System Red Green Blue C M Y K H S L
Decimal 173 173 138 0 0 0.20 0.32 60 0.18 0.61
Hex AD AD 8A 0 0 14 20 3C 12 3D
Octal 255 255 212 0 0 24 40 74 22 75
Binary 10101101 10101101 10001010 0 0 10100 100000 111100 10010 111101

Color Harmonies of #ADAD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD8A

Black with #ADAD8A

Text Example


Text Example

White with #ADAD8A

Text Example


Text Example

HTML Codes & Css Web 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>