#ADAE8A

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

Shades of Bud #ADAE8A

Tints of Bud #ADAE8A

Color information

#ADAE8A (or 0xADAE8A) is unknown color: approx Bud. HEX triplet: AD, AE and 8A. RGB value is (173,174,138). Sum of RGB (Red+Green+Blue) = 173+174+138=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAE8A is #525175. Grayscale: #A9A9A9. Windows color (decimal): -5394806 or 9088685. OLE color: 9088685.

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

Color convert

RGB173174138-
CMYK0.0100.210.32
HSL61.67º18.18%61.18%-
HSV(B)61.67º20.69%68.24%-
XYZ36.9640.9930.01-
YUV169.6110.17130.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.67%
GREEN value IS 174 (68.36% from 255) = 35.88%
BLUE value IS 138 (54.30% from 255) = 28.45%
R=35.67%
G=35.88%
B=28.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731741380.0100.210.3261.6718.1861.18
HexADAE8A1015203e123d
Octal255256212102540762275
Binary101011011010111010001010101010110000011111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAE8A; }

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

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

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

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

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

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

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

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