#adad73

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

Shades of Locust #ADAD73

Tints of Locust #ADAD73

Color information

#ADAD73 (or 0xADAD73) is unknown color: approx Locust. HEX triplet: AD, AD and 73. RGB value is (173,173,115). Sum of RGB (Red+Green+Blue) = 173+173+115=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD73 is #52528C. Grayscale: #A6A6A6. Windows color (decimal): -5395085 or 7581101. OLE color: 7581101.

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

Color convert

RGB173173115-
CMYK000.340.32
HSL60º26.13%56.47%-
HSV(B)60º33.53%67.84%-
XYZ35.2740.0122.08-
YUV166.3999132.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.53%
GREEN value IS 173 (67.97% from 255) = 37.53%
BLUE value IS 115 (45.31% from 255) = 24.95%
R=37.53%
G=37.53%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173173115000.340.326026.1356.47
HexADAD730022203c1a38
Octal255255163004240743270
Binary101011011010110111100110010001010000011110011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #adad73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #adad73; }

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

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

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

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

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

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

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

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