#ADAE92

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

Shades of Bud #ADAE92

Tints of Bud #ADAE92

Color information

#ADAE92 (or 0xADAE92) is unknown color: approx Bud. HEX triplet: AD, AE and 92. RGB value is (173,174,146). Sum of RGB (Red+Green+Blue) = 173+174+146=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 146 (57.42% from 255 or 29.61% from 493); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAE92 is #52516D. Grayscale: #AAAAAA. Windows color (decimal): -5394798 or 9612973. OLE color: 9612973.

HSL color Cylindrical-coordinate representation of color #ADAE92: hue angle of 62.14º degrees, saturation: 0.15, 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 #ADAE92 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB173174146-
CMYK0.0100.160.32
HSL62.14º14.74%62.75%-
HSV(B)62.14º16.09%68.24%-
XYZ37.5641.2333.17-
YUV170.51114.17129.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.09%
GREEN value IS 174 (68.36% from 255) = 35.29%
BLUE value IS 146 (57.42% from 255) = 29.61%
R=35.09%
G=35.29%
B=29.61%

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
Decimal1731741460.0100.160.3262.1414.7462.75
HexADAE921010203ef3f
Octal255256222102040761777
Binary10101101101011101001001010100001000001111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAE92; }

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

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

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

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

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

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

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

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