Html Css Color HEX #ADAD7A Locust

📋 copy color: '#ADAD7A'

red 173 ◦ green 173 ◦ blue 122

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

Shades of Locust #ADAD7A

Tints of Locust #ADAD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.07%

R = 36.97%
G = 36.97%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#ADAD7A (or 0xADAD7A) is known color: Locust. HEX triplet: AD, AD and 7A. RGB value is (173,173,122). Sum of RGB (Red+Green+Blue) = 173+173+122=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 122 (48.05% from 255 or 26.07% from 468); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD7A is #525285. Grayscale: #A7A7A7. Windows color (decimal): -5395078 or 8039853. OLE color: 8039853.

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

Color convert

RGB 173 173 122 -
CMYK 0 0 0.29 0.32
HSL 60º 0.24% 0.58% -
HSV(B) 60º 0.29% 0.68% -
XYZ 35.69 40.18 24.29 -
YUV 167.19 102.5 132.15 -
System Red Green Blue C M Y K H S L
Decimal 173 173 122 0 0 0.29 0.32 60 0.24 0.58
Hex AD AD 7A 0 0 1D 20 3C 18 3A
Octal 255 255 172 0 0 35 40 74 30 72
Binary 10101101 10101101 1111010 0 0 11101 100000 111100 11000 111010

Color Harmonies of #ADAD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD7A

Black with #ADAD7A

Text Example


Text Example

White with #ADAD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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