#ADB172

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

Shades of Locust #ADB172

Tints of Locust #ADB172

Color information

#ADB172 (or 0xADB172) is unknown color: approx Locust. HEX triplet: AD, B1 and 72. RGB value is (173,177,114). Sum of RGB (Red+Green+Blue) = 173+177+114=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 177 (69.53% from 255 or 38.15% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB172 is #524E8D. Grayscale: #A8A8A8. Windows color (decimal): -5394062 or 7516589. OLE color: 7516589.

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

Color convert

RGB173177114-
CMYK0.0200.360.31
HSL63.81º28.77%57.06%-
HSV(B)63.81º35.59%69.41%-
XYZ35.9941.5422.04-
YUV168.6297.17131.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.28%
GREEN value IS 177 (69.53% from 255) = 38.15%
BLUE value IS 114 (44.92% from 255) = 24.57%
R=37.28%
G=38.15%
B=24.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731771140.0200.360.3163.8128.7757.06
HexADB17220241F401d39
Octal2552611622044371003571
Binary1010110110110001111001010010010011111100000011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB172; }

 p { color: rgb(173,177,114); }

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

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

 a { background-color: rgb(173,177,114); }

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

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

 span { border-color: rgb(173,177,114); }

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