#ADAE97

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

Shades of Bud #ADAE97

Tints of Bud #ADAE97

Color information

#ADAE97 (or 0xADAE97) is unknown color: approx Bud. HEX triplet: AD, AE and 97. RGB value is (173,174,151). Sum of RGB (Red+Green+Blue) = 173+174+151=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 151 (59.38% from 255 or 30.32% from 498); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAE97 is #525168. Grayscale: #ABABAB. Windows color (decimal): -5394793 or 9940653. OLE color: 9940653.

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

Color convert

RGB173174151-
CMYK0.0100.130.32
HSL62.61º12.43%63.73%-
HSV(B)62.61º13.22%68.24%-
XYZ37.9641.3935.27-
YUV171.08116.67129.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.74%
GREEN value IS 174 (68.36% from 255) = 34.94%
BLUE value IS 151 (59.38% from 255) = 30.32%
R=34.74%
G=34.94%
B=30.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731741510.0100.130.3262.6112.4363.73
HexADAE9710D203fc40
Octal2552562271015407714100
Binary10101101101011101001011110110110000011111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAE97; }

 p { color: rgb(173,174,151); }

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

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

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

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

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

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

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