#A4AD82

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

Shades of Locust #A4AD82

Tints of Locust #A4AD82

Color information

#A4AD82 (or 0xA4AD82) is unknown color: approx Locust. HEX triplet: A4, AD and 82. RGB value is (164,173,130). Sum of RGB (Red+Green+Blue) = 164+173+130=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 173 - color contains mainly: green. Hex color #A4AD82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AD82 is #5B527D. Grayscale: #A5A5A5. Windows color (decimal): -5984894 or 8564132. OLE color: 8564132.

HSL color Cylindrical-coordinate representation of color #A4AD82: hue angle of 72.56º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4AD82 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB164173130-
CMYK0.0500.250.32
HSL72.56º20.77%59.41%-
HSV(B)72.56º24.86%67.84%-
XYZ34.2839.3926.92-
YUV165.41108.02127-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.12%
GREEN value IS 173 (67.97% from 255) = 37.04%
BLUE value IS 130 (51.17% from 255) = 27.84%
R=35.12%
G=37.04%
B=27.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641731300.0500.250.3272.5620.7759.41
HexA4AD8250192049153b
Octal2442552025031401112573
Binary101001001010110110000010101011001100000100100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AD82; }

 p { color: rgb(164,173,130); }

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

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

 a { background-color: rgb(164,173,130); }

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

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

 span { border-color: rgb(164,173,130); }

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