#ADAE82

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

Shades of Locust #ADAE82

Tints of Locust #ADAE82

Color information

#ADAE82 (or 0xADAE82) is unknown color: approx Locust. HEX triplet: AD, AE and 82. RGB value is (173,174,130). Sum of RGB (Red+Green+Blue) = 173+174+130=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAE82 is #52517D. Grayscale: #A8A8A8. Windows color (decimal): -5394814 or 8564397. OLE color: 8564397.

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

Color convert

RGB173174130-
CMYK0.0100.250.32
HSL61.36º21.36%59.61%-
HSV(B)61.36º25.29%68.24%-
XYZ36.440.7727.07-
YUV168.68106.17131.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.27%
GREEN value IS 174 (68.36% from 255) = 36.48%
BLUE value IS 130 (51.17% from 255) = 27.25%
R=36.27%
G=36.48%
B=27.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731741300.0100.250.3261.3621.3659.61
HexADAE821019203d153c
Octal255256202103140752574
Binary101011011010111010000010101100110000011110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAE82; }

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

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

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

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

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

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

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

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