#ADB47D

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

Shades of Locust #ADB47D

Tints of Locust #ADB47D

Color information

#ADB47D (or 0xADB47D) is unknown color: approx Locust. HEX triplet: AD, B4 and 7D. RGB value is (173,180,125). Sum of RGB (Red+Green+Blue) = 173+180+125=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB47D is #524B82. Grayscale: #ABABAB. Windows color (decimal): -5393283 or 8238253. OLE color: 8238253.

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

Color convert

RGB173180125-
CMYK0.0400.310.29
HSL67.64º26.83%59.8%-
HSV(B)67.64º30.56%70.59%-
XYZ37.2643.0125.74-
YUV171.64101.68128.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.19%
GREEN value IS 180 (70.70% from 255) = 37.66%
BLUE value IS 125 (49.22% from 255) = 26.15%
R=36.19%
G=37.66%
B=26.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731801250.0400.310.2967.6426.8359.8
HexADB47D401F1D441b3c
Octal2552641754037351043374
Binary1010110110110100111110110001111111101100010011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB47D; }

 p { color: rgb(173,180,125); }

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

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

 a { background-color: rgb(173,180,125); }

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

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

 span { border-color: rgb(173,180,125); }

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