#ADB081

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

Shades of Locust #ADB081

Tints of Locust #ADB081

Color information

#ADB081 (or 0xADB081) is unknown color: approx Locust. HEX triplet: AD, B0 and 81. RGB value is (173,176,129). Sum of RGB (Red+Green+Blue) = 173+176+129=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB081 is #524F7E. Grayscale: #A9A9A9. Windows color (decimal): -5394303 or 8499373. OLE color: 8499373.

HSL color Cylindrical-coordinate representation of color #ADB081: hue angle of 63.83º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADB081 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB173176129-
CMYK0.0200.270.31
HSL63.83º22.93%59.8%-
HSV(B)63.83º26.7%69.02%-
XYZ36.7241.5226.85-
YUV169.74105.01130.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.19%
GREEN value IS 176 (69.14% from 255) = 36.82%
BLUE value IS 129 (50.78% from 255) = 26.99%
R=36.19%
G=36.82%
B=26.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731761290.0200.270.3163.8322.9359.8
HexADB081201B1F40173c
Octal2552602012033371002774
Binary1010110110110000100000011001101111111100000010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB081; }

 p { color: rgb(173,176,129); }

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

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

 a { background-color: rgb(173,176,129); }

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

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

 span { border-color: rgb(173,176,129); }

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