#ADB072

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

Shades of Locust #ADB072

Tints of Locust #ADB072

Color information

#ADB072 (or 0xADB072) is unknown color: approx Locust. HEX triplet: AD, B0 and 72. RGB value is (173,176,114). Sum of RGB (Red+Green+Blue) = 173+176+114=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 114 (44.92% from 255 or 24.62% from 463); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB072 is #524F8D. Grayscale: #A8A8A8. Windows color (decimal): -5394318 or 7516333. OLE color: 7516333.

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

Color convert

RGB173176114-
CMYK0.0200.350.31
HSL62.9º28.18%56.86%-
HSV(B)62.9º35.23%69.02%-
XYZ35.841.1521.98-
YUV168.0497.51131.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.37%
GREEN value IS 176 (69.14% from 255) = 38.01%
BLUE value IS 114 (44.92% from 255) = 24.62%
R=37.37%
G=38.01%
B=24.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731761140.0200.350.3162.928.1856.86
HexADB07220231F3f1c39
Octal255260162204337773471
Binary101011011011000011100101001000111111111111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB072; }

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

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

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

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

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

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

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

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