#ADAF72

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

Shades of Locust #ADAF72

Tints of Locust #ADAF72

Color information

#ADAF72 (or 0xADAF72) is unknown color: approx Locust. HEX triplet: AD, AF and 72. RGB value is (173,175,114). Sum of RGB (Red+Green+Blue) = 173+175+114=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAF72 is #52508D. Grayscale: #A7A7A7. Windows color (decimal): -5394574 or 7516077. OLE color: 7516077.

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

Color convert

RGB173175114-
CMYK0.0100.350.31
HSL61.97º27.6%56.67%-
HSV(B)61.97º34.86%68.63%-
XYZ35.640.7621.91-
YUV167.4597.84131.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.45%
GREEN value IS 175 (68.75% from 255) = 37.88%
BLUE value IS 114 (44.92% from 255) = 24.68%
R=37.45%
G=37.88%
B=24.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731751140.0100.350.3161.9727.656.67
HexADAF7210231F3e1c39
Octal255257162104337763471
Binary10101101101011111110010101000111111111111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAF72; }

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

 H1.HeaderClassName
 {
   color: #ADAF72;
 }
 .AnyTagClassName
 {
   color: #ADAF72;
 }
</style>
background-color css

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

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

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

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

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

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