#ADAE91

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

Shades of Bud #ADAE91

Tints of Bud #ADAE91

Color information

#ADAE91 (or 0xADAE91) is unknown color: approx Bud. HEX triplet: AD, AE and 91. RGB value is (173,174,145). Sum of RGB (Red+Green+Blue) = 173+174+145=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 145 (57.03% from 255 or 29.47% from 492); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAE91 is #52516E. Grayscale: #AAAAAA. Windows color (decimal): -5394799 or 9547437. OLE color: 9547437.

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

Color convert

RGB173174145-
CMYK0.0100.170.32
HSL62.07º15.18%62.55%-
HSV(B)62.07º16.67%68.24%-
XYZ37.4841.232.77-
YUV170.4113.67129.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.16%
GREEN value IS 174 (68.36% from 255) = 35.37%
BLUE value IS 145 (57.03% from 255) = 29.47%
R=35.16%
G=35.37%
B=29.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731741450.0100.170.3262.0715.1862.55
HexADAE911011203ef3f
Octal255256221102140761777
Binary10101101101011101001000110100011000001111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAE91; }

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

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

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

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

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

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

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

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