#ADAE83

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

Shades of Locust #ADAE83

Tints of Locust #ADAE83

Color information

#ADAE83 (or 0xADAE83) is unknown color: approx Locust. HEX triplet: AD, AE and 83. RGB value is (173,174,131). Sum of RGB (Red+Green+Blue) = 173+174+131=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 131 (51.56% from 255 or 27.41% from 478); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAE83 is #52517C. Grayscale: #A8A8A8. Windows color (decimal): -5394813 or 8629933. OLE color: 8629933.

HSL color Cylindrical-coordinate representation of color #ADAE83: hue angle of 61.4º 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 #ADAE83 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB173174131-
CMYK0.0100.250.32
HSL61.4º20.98%59.8%-
HSV(B)61.4º24.71%68.24%-
XYZ36.4740.827.42-
YUV168.8106.67131-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.19%
GREEN value IS 174 (68.36% from 255) = 36.40%
BLUE value IS 131 (51.56% from 255) = 27.41%
R=36.19%
G=36.40%
B=27.41%

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
Decimal1731741310.0100.250.3261.420.9859.8
HexADAE831019203d153c
Octal255256203103140752574
Binary101011011010111010000011101100110000011110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAE83; }

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

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

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

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

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

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

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

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