#ADAE96

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

Shades of Bud #ADAE96

Tints of Bud #ADAE96

Color information

#ADAE96 (or 0xADAE96) is unknown color: approx Bud. HEX triplet: AD, AE and 96. RGB value is (173,174,150). Sum of RGB (Red+Green+Blue) = 173+174+150=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAE96 is #525169. Grayscale: #ABABAB. Windows color (decimal): -5394794 or 9875117. OLE color: 9875117.

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

Color convert

RGB173174150-
CMYK0.0100.140.32
HSL62.5º12.9%63.53%-
HSV(B)62.5º13.79%68.24%-
XYZ37.8741.3634.84-
YUV170.96116.17129.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.81%
GREEN value IS 174 (68.36% from 255) = 35.01%
BLUE value IS 150 (58.98% from 255) = 30.18%
R=34.81%
G=35.01%
B=30.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731741500.0100.140.3262.512.963.53
HexADAE9610E203ed40
Octal2552562261016407615100
Binary10101101101011101001011010111010000011111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAE96; }

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

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

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

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

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

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

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

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