Html Css Color HEX #ADAD73 Locust

📋 copy color: '#ADAD73'

red 173 ◦ green 173 ◦ blue 115

#ADAD73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Locust #ADAD73

Tints of Locust #ADAD73

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 value IS 0

 M value IS 0

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#ADAD73 (or 0xADAD73) is known color: 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

RGB 173 173 115 -
CMYK 0 0 0.34 0.32
HSL 60º 0.26% 0.56% -
HSV(B) 60º 0.34% 0.68% -
XYZ 35.27 40.01 22.08 -
YUV 166.39 99 132.72 -
System Red Green Blue C M Y K H S L
Decimal 173 173 115 0 0 0.34 0.32 60 0.26 0.56
Hex AD AD 73 0 0 22 20 3C 1A 38
Octal 255 255 163 0 0 42 40 74 32 70
Binary 10101101 10101101 1110011 0 0 100010 100000 111100 11010 111000

Color Harmonies of #ADAD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD73

Black with #ADAD73

Text Example


Text Example

White with #ADAD73

Text Example


Text Example

HTML Codes & Css Web 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>