Html Css Color HEX #ADAD72 Locust

📋 copy color: '#ADAD72'

red 173 ◦ green 173 ◦ blue 114

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

Shades of Locust #ADAD72

Tints of Locust #ADAD72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.78%

R = 37.61%
G = 37.61%
B = 24.78%

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

#ADAD72 (or 0xADAD72) is known color: Locust. HEX triplet: AD, AD and 72. RGB value is (173,173,114). Sum of RGB (Red+Green+Blue) = 173+173+114=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 114 (44.92% from 255 or 24.78% from 460); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD72 is #52528D. Grayscale: #A6A6A6. Windows color (decimal): -5395086 or 7515565. OLE color: 7515565.

HSL color Cylindrical-coordinate representation of color #ADAD72: 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 #ADAD72 is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 173 114 -
CMYK 0 0 0.34 0.32
HSL 60º 0.26% 0.56% -
HSV(B) 60º 0.34% 0.68% -
XYZ 35.21 39.99 21.78 -
YUV 166.27 98.5 132.8 -
System Red Green Blue C M Y K H S L
Decimal 173 173 114 0 0 0.34 0.32 60 0.26 0.56
Hex AD AD 72 0 0 22 20 3C 1A 38
Octal 255 255 162 0 0 42 40 74 32 70
Binary 10101101 10101101 1110010 0 0 100010 100000 111100 11010 111000

Color Harmonies of #ADAD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD72

Black with #ADAD72

Text Example


Text Example

White with #ADAD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD72; }

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

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

background-color css

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

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

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

border-color css

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

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

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