Html Css Color HEX #ADAD79 Locust

📋 copy color: '#ADAD79'

red 173 ◦ green 173 ◦ blue 121

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

Shades of Locust #ADAD79

Tints of Locust #ADAD79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.91%

R = 37.04%
G = 37.04%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#ADAD79 (or 0xADAD79) is known color: Locust. HEX triplet: AD, AD and 79. RGB value is (173,173,121). Sum of RGB (Red+Green+Blue) = 173+173+121=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 121 (47.66% from 255 or 25.91% from 467); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD79 is #525286. Grayscale: #A7A7A7. Windows color (decimal): -5395079 or 7974317. OLE color: 7974317.

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

Color convert

RGB 173 173 121 -
CMYK 0 0 0.30 0.32
HSL 60º 0.24% 0.58% -
HSV(B) 60º 0.3% 0.68% -
XYZ 35.63 40.15 23.96 -
YUV 167.07 102 132.23 -
System Red Green Blue C M Y K H S L
Decimal 173 173 121 0 0 0.30 0.32 60 0.24 0.58
Hex AD AD 79 0 0 1E 20 3C 18 3A
Octal 255 255 171 0 0 36 40 74 30 72
Binary 10101101 10101101 1111001 0 0 11110 100000 111100 11000 111010

Color Harmonies of #ADAD79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD79

Black with #ADAD79

Text Example


Text Example

White with #ADAD79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD79; }

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

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

background-color css

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

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

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

border-color css

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

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

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