Html Css Color HEX #ADAD75 Locust

📋 copy color: '#ADAD75'

red 173 ◦ green 173 ◦ blue 117

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

Shades of Locust #ADAD75

Tints of Locust #ADAD75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.27%

R = 37.37%
G = 37.37%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#ADAD75 (or 0xADAD75) is known color: Locust. HEX triplet: AD, AD and 75. RGB value is (173,173,117). Sum of RGB (Red+Green+Blue) = 173+173+117=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD75 is #52528A. Grayscale: #A6A6A6. Windows color (decimal): -5395083 or 7712173. OLE color: 7712173.

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

Color convert

RGB 173 173 117 -
CMYK 0 0 0.32 0.32
HSL 60º 0.25% 0.57% -
HSV(B) 60º 0.32% 0.68% -
XYZ 35.39 40.06 22.7 -
YUV 166.62 100 132.55 -
System Red Green Blue C M Y K H S L
Decimal 173 173 117 0 0 0.32 0.32 60 0.25 0.57
Hex AD AD 75 0 0 20 20 3C 19 39
Octal 255 255 165 0 0 40 40 74 31 71
Binary 10101101 10101101 1110101 0 0 100000 100000 111100 11001 111001

Color Harmonies of #ADAD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD75

Black with #ADAD75

Text Example


Text Example

White with #ADAD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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