#ADB179

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

Shades of Locust #ADB179

Tints of Locust #ADB179

Color information

#ADB179 (or 0xADB179) is unknown color: approx Locust. HEX triplet: AD, B1 and 79. RGB value is (173,177,121). Sum of RGB (Red+Green+Blue) = 173+177+121=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 177 (69.53% from 255 or 37.58% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB179 is #524E86. Grayscale: #A9A9A9. Windows color (decimal): -5394055 or 7975341. OLE color: 7975341.

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

Color convert

RGB173177121-
CMYK0.0200.320.31
HSL64.29º26.42%58.43%-
HSV(B)64.29º31.64%69.41%-
XYZ36.4141.7124.22-
YUV169.42100.67130.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.73%
GREEN value IS 177 (69.53% from 255) = 37.58%
BLUE value IS 121 (47.66% from 255) = 25.69%
R=36.73%
G=37.58%
B=25.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731771210.0200.320.3164.2926.4258.43
HexADB17920201F401a3a
Octal2552611712040371003272
Binary1010110110110001111100110010000011111100000011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB179; }

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

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

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

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

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

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

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

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