#ADB47A

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

Shades of Locust #ADB47A

Tints of Locust #ADB47A

Color information

#ADB47A (or 0xADB47A) is unknown color: approx Locust. HEX triplet: AD, B4 and 7A. RGB value is (173,180,122). Sum of RGB (Red+Green+Blue) = 173+180+122=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB47A is #524B85. Grayscale: #ABABAB. Windows color (decimal): -5393286 or 8041645. OLE color: 8041645.

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

Color convert

RGB173180122-
CMYK0.0400.320.29
HSL67.24º27.88%59.22%-
HSV(B)67.24º32.22%70.59%-
XYZ37.0742.9324.75-
YUV171.3100.18129.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.42%
GREEN value IS 180 (70.70% from 255) = 37.89%
BLUE value IS 122 (48.05% from 255) = 25.68%
R=36.42%
G=37.89%
B=25.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731801220.0400.320.2967.2427.8859.22
HexADB47A40201D431c3b
Octal2552641724040351033473
Binary10101101101101001111010100010000011101100001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB47A; }

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

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

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

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

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

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

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

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