#ADB47B

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

Shades of Locust #ADB47B

Tints of Locust #ADB47B

Color information

#ADB47B (or 0xADB47B) is unknown color: approx Locust. HEX triplet: AD, B4 and 7B. RGB value is (173,180,123). Sum of RGB (Red+Green+Blue) = 173+180+123=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB47B is #524B84. Grayscale: #ABABAB. Windows color (decimal): -5393285 or 8107181. OLE color: 8107181.

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

Color convert

RGB173180123-
CMYK0.0400.320.29
HSL67.37º27.54%59.41%-
HSV(B)67.37º31.67%70.59%-
XYZ37.1342.9625.07-
YUV171.41100.68129.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.34%
GREEN value IS 180 (70.70% from 255) = 37.82%
BLUE value IS 123 (48.44% from 255) = 25.84%
R=36.34%
G=37.82%
B=25.84%

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
Decimal1731801230.0400.320.2967.3727.5459.41
HexADB47B40201D431c3b
Octal2552641734040351033473
Binary10101101101101001111011100010000011101100001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB47B; }

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

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

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

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

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

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

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

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