Html Css Color HEX #ADAD77 Locust

📋 copy color: '#ADAD77'

red 173 ◦ green 173 ◦ blue 119

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

Shades of Locust #ADAD77

Tints of Locust #ADAD77

RGB

 RED value IS 173 (67.97% from 255) = 37.2%

 GREEN value IS 173 (67.97% from 255) = 37.2%

 BLUE value IS 119 (46.88% from 255) = 25.59%

R = 37.2%
G = 37.2%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#ADAD77 (or 0xADAD77) is known color: Locust. HEX triplet: AD, AD and 77. RGB value is (173,173,119). Sum of RGB (Red+Green+Blue) = 173+173+119=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD77 is #525288. Grayscale: #A7A7A7. Windows color (decimal): -5395081 or 7843245. OLE color: 7843245.

HSL color Cylindrical-coordinate representation of color #ADAD77: 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.31%. Process color model (Four color, CMYK) of #ADAD77 is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 173 119 -
CMYK 0 0 0.31 0.32
HSL 60º 0.25% 0.57% -
HSV(B) 60º 0.31% 0.68% -
XYZ 35.51 40.1 23.32 -
YUV 166.84 101 132.39 -
System Red Green Blue C M Y K H S L
Decimal 173 173 119 0 0 0.31 0.32 60 0.25 0.57
Hex AD AD 77 0 0 1F 20 3C 19 39
Octal 255 255 167 0 0 37 40 74 31 71
Binary 10101101 10101101 1110111 0 0 11111 100000 111100 11001 111001

Color Harmonies of #ADAD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD77

Black with #ADAD77

Text Example


Text Example

White with #ADAD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD77; }

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

 H1.HeaderClassName
 {
   color: #ADAD77;
 }
 .AnyTagClassName
 {
   color: #ADAD77;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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