#A7AD74

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

Shades of Locust #A7AD74

Tints of Locust #A7AD74

Color information

#A7AD74 (or 0xA7AD74) is unknown color: approx Locust. HEX triplet: A7, AD and 74. RGB value is (167,173,116). Sum of RGB (Red+Green+Blue) = 167+173+116=456 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.62% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 173 - color contains mainly: green. Hex color #A7AD74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AD74 is #58528B. Grayscale: #A4A4A4. Windows color (decimal): -5788300 or 7646631. OLE color: 7646631.

HSL color Cylindrical-coordinate representation of color #A7AD74: hue angle of 66.32º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7AD74 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB167173116-
CMYK0.0300.330.32
HSL66.32º25.79%56.67%-
HSV(B)66.32º32.95%67.84%-
XYZ34.0339.3622.33-
YUV164.71100.51129.63-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.62%
GREEN value IS 173 (67.97% from 255) = 37.94%
BLUE value IS 116 (45.70% from 255) = 25.44%
R=36.62%
G=37.94%
B=25.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671731160.0300.330.3266.3225.7956.67
HexA7AD74302120421a39
Octal2472551643041401023271
Binary10100111101011011110100110100001100000100001011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AD74; }

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

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

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

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

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

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

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

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