#ADAE93

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

Shades of Bud #ADAE93

Tints of Bud #ADAE93

Color information

#ADAE93 (or 0xADAE93) is unknown color: approx Bud. HEX triplet: AD, AE and 93. RGB value is (173,174,147). Sum of RGB (Red+Green+Blue) = 173+174+147=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 147 (57.81% from 255 or 29.76% from 494); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAE93 is #52516C. Grayscale: #AAAAAA. Windows color (decimal): -5394797 or 9678509. OLE color: 9678509.

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

Color convert

RGB173174147-
CMYK0.0100.160.32
HSL62.22º14.29%62.94%-
HSV(B)62.22º15.52%68.24%-
XYZ37.6441.2633.58-
YUV170.62114.67129.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.02%
GREEN value IS 174 (68.36% from 255) = 35.22%
BLUE value IS 147 (57.81% from 255) = 29.76%
R=35.02%
G=35.22%
B=29.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731741470.0100.160.3262.2214.2962.94
HexADAE931010203ee3f
Octal255256223102040761677
Binary10101101101011101001001110100001000001111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAE93; }

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

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

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

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

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

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

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

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