#ADAF74

Color #ADAF74 Locust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Locust #ADAF74

Tints of Locust #ADAF74

Color information

#ADAF74 (or 0xADAF74) is unknown color: approx 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

RGB173175116-
CMYK0.0100.340.31
HSL62.03º26.94%57.06%-
HSV(B)62.03º33.71%68.63%-
XYZ35.7240.8122.52-
YUV167.6898.84131.8-

RGB Variations

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

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.70% from 255) = 25%
R=37.28%
G=37.72%
B=25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731751160.0100.340.3162.0326.9457.06
HexADAF7410221F3e1b39
Octal255257164104237763371
Binary10101101101011111110100101000101111111111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>