#ADB084

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

Shades of Locust #ADB084

Tints of Locust #ADB084

Color information

#ADB084 (or 0xADB084) is unknown color: approx Locust. HEX triplet: AD, B0 and 84. RGB value is (173,176,132). Sum of RGB (Red+Green+Blue) = 173+176+132=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 132 (51.95% from 255 or 27.44% from 481); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB084 is #524F7B. Grayscale: #AAAAAA. Windows color (decimal): -5394300 or 8695981. OLE color: 8695981.

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

Color convert

RGB173176132-
CMYK0.0200.250.31
HSL64.09º21.78%60.39%-
HSV(B)64.09º25%69.02%-
XYZ36.9241.627.91-
YUV170.09106.51130.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.97%
GREEN value IS 176 (69.14% from 255) = 36.59%
BLUE value IS 132 (51.95% from 255) = 27.44%
R=35.97%
G=36.59%
B=27.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731761320.0200.250.3164.0921.7860.39
HexADB08420191F40163c
Octal2552602042031371002674
Binary1010110110110000100001001001100111111100000010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB084; }

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

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

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

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

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

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

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

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