#A3AD76

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

Shades of Locust #A3AD76

Tints of Locust #A3AD76

Color information

#A3AD76 (or 0xA3AD76) is unknown color: approx Locust. HEX triplet: A3, AD and 76. RGB value is (163,173,118). Sum of RGB (Red+Green+Blue) = 163+173+118=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 173 - color contains mainly: green. Hex color #A3AD76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AD76 is #5C5289. Grayscale: #A3A3A3. Windows color (decimal): -6050442 or 7777699. OLE color: 7777699.

HSL color Cylindrical-coordinate representation of color #A3AD76: hue angle of 70.91º 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 #A3AD76 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB163173118-
CMYK0.0600.320.32
HSL70.91º25.11%57.06%-
HSV(B)70.91º31.79%67.84%-
XYZ33.3238.9822.91-
YUV163.74102.19127.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.90%
GREEN value IS 173 (67.97% from 255) = 38.11%
BLUE value IS 118 (46.48% from 255) = 25.99%
R=35.90%
G=38.11%
B=25.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631731180.0600.320.3270.9125.1157.06
HexA3AD76602020471939
Octal2432551666040401073171
Binary101000111010110111101101100100000100000100011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AD76; }

 p { color: rgb(163,173,118); }

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

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

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

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

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

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

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