#ADAD75

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

Shades of Locust #ADAD75

Tints of Locust #ADAD75

Color information

#ADAD75 (or 0xADAD75) is unknown color: approx Locust. HEX triplet: AD, AD and 75. RGB value is (173,173,117). Sum of RGB (Red+Green+Blue) = 173+173+117=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD75 is #52528A. Grayscale: #A6A6A6. Windows color (decimal): -5395083 or 7712173. OLE color: 7712173.

HSL color Cylindrical-coordinate representation of color #ADAD75: hue angle of 60º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADAD75 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB173173117-
CMYK000.320.32
HSL60º25.45%56.86%-
HSV(B)60º32.37%67.84%-
XYZ35.3940.0622.7-
YUV166.62100132.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.37%
GREEN value IS 173 (67.97% from 255) = 37.37%
BLUE value IS 117 (46.09% from 255) = 25.27%
R=37.37%
G=37.37%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173173117000.320.326025.4556.86
HexADAD750020203c1939
Octal255255165004040743171
Binary101011011010110111101010010000010000011110011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAD75; }

 p { color: rgb(173,173,117); }

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

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

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

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

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

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

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