#ADAE72

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

Shades of Locust #ADAE72

Tints of Locust #ADAE72

Color information

#ADAE72 (or 0xADAE72) is unknown color: approx Locust. HEX triplet: AD, AE and 72. RGB value is (173,174,114). Sum of RGB (Red+Green+Blue) = 173+174+114=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAE72 is #52518D. Grayscale: #A7A7A7. Windows color (decimal): -5394830 or 7515821. OLE color: 7515821.

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

Color convert

RGB173174114-
CMYK0.0100.340.32
HSL61º27.03%56.47%-
HSV(B)61º34.48%68.24%-
XYZ35.4140.3721.85-
YUV166.8698.17132.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.53%
GREEN value IS 174 (68.36% from 255) = 37.74%
BLUE value IS 114 (44.92% from 255) = 24.73%
R=37.53%
G=37.74%
B=24.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731741140.0100.340.326127.0356.47
HexADAE721022203d1b38
Octal255256162104240753370
Binary101011011010111011100101010001010000011110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAE72; }

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

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

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

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

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

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

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

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