#ADAE7C

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

Shades of Locust #ADAE7C

Tints of Locust #ADAE7C

Color information

#ADAE7C (or 0xADAE7C) is unknown color: approx Locust. HEX triplet: AD, AE and 7C. RGB value is (173,174,124). Sum of RGB (Red+Green+Blue) = 173+174+124=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAE7C is #525183. Grayscale: #A8A8A8. Windows color (decimal): -5394820 or 8171181. OLE color: 8171181.

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

Color convert

RGB173174124-
CMYK0.0100.290.32
HSL61.2º23.58%58.43%-
HSV(B)61.2º28.74%68.24%-
XYZ36.0140.6125.01-
YUV168103.17131.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.73%
GREEN value IS 174 (68.36% from 255) = 36.94%
BLUE value IS 124 (48.83% from 255) = 26.33%
R=36.73%
G=36.94%
B=26.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731741240.0100.290.3261.223.5858.43
HexADAE7C101D203d183a
Octal255256174103540753072
Binary10101101101011101111100101110110000011110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAE7C; }

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

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

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

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

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

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

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

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