Html Css Color HEX #ADAF74 Locust

📋 copy color: '#ADAF74'

red 173 ◦ green 175 ◦ blue 116

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

Shades of Locust #ADAF74

Tints of Locust #ADAF74

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.72%

 BLUE value IS 116 (45.7% from 255) = 25%

R = 37.28%
G = 37.72%
B = 25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#ADAF74 (or 0xADAF74) is known color: Locust. HEX triplet: AD, AF and 74. RGB value is (173,175,116). Sum of RGB (Red+Green+Blue) = 173+175+116=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAF74 is #52508B. Grayscale: #A7A7A7. Windows color (decimal): -5394572 or 7647149. OLE color: 7647149.

HSL color Cylindrical-coordinate representation of color #ADAF74: hue angle of 62.03º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADAF74 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 175 116 -
CMYK 0.01 0 0.34 0.31
HSL 62.03º 0.27% 0.57% -
HSV(B) 62.03º 0.34% 0.69% -
XYZ 35.72 40.81 22.52 -
YUV 167.68 98.84 131.8 -
System Red Green Blue C M Y K H S L
Decimal 173 175 116 0.01 0 0.34 0.31 62.03 0.27 0.57
Hex AD AF 74 1 0 22 1F 3E 1B 39
Octal 255 257 164 1 0 42 37 76 33 71
Binary 10101101 10101111 1110100 1 0 100010 11111 111110 11011 111001

Color Harmonies of #ADAF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAF74

Black with #ADAF74

Text Example


Text Example

White with #ADAF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAF74; }

 p { color: rgb(173,175,116); }

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

background-color css

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

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

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

border-color css

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

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

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