#ADAE8E

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

Shades of Bud #ADAE8E

Tints of Bud #ADAE8E

Color information

#ADAE8E (or 0xADAE8E) is unknown color: approx Bud. HEX triplet: AD, AE and 8E. RGB value is (173,174,142). Sum of RGB (Red+Green+Blue) = 173+174+142=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAE8E is #525171. Grayscale: #AAAAAA. Windows color (decimal): -5394802 or 9350829. OLE color: 9350829.

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

Color convert

RGB173174142-
CMYK0.0100.180.32
HSL61.88º16.49%61.96%-
HSV(B)61.88º18.39%68.24%-
XYZ37.2541.1131.56-
YUV170.05112.17130.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.38%
GREEN value IS 174 (68.36% from 255) = 35.58%
BLUE value IS 142 (55.86% from 255) = 29.04%
R=35.38%
G=35.58%
B=29.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731741420.0100.180.3261.8816.4961.96
HexADAE8E1012203e103e
Octal255256216102240762076
Binary101011011010111010001110101001010000011111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAE8E; }

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

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

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

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

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

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

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

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