#A4AF7A

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

Shades of Locust #A4AF7A

Tints of Locust #A4AF7A

Color information

#A4AF7A (or 0xA4AF7A) is unknown color: approx Locust. HEX triplet: A4, AF and 7A. RGB value is (164,175,122). Sum of RGB (Red+Green+Blue) = 164+175+122=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 175 - color contains mainly: green. Hex color #A4AF7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AF7A is #5B5085. Grayscale: #A5A5A5. Windows color (decimal): -5984390 or 8040356. OLE color: 8040356.

HSL color Cylindrical-coordinate representation of color #A4AF7A: hue angle of 72.45º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4AF7A is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB164175122-
CMYK0.0600.300.31
HSL72.45º24.88%58.24%-
HSV(B)72.45º30.29%68.63%-
XYZ34.1539.9624.32-
YUV165.67103.36126.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.57%
GREEN value IS 175 (68.75% from 255) = 37.96%
BLUE value IS 122 (48.05% from 255) = 26.46%
R=35.57%
G=37.96%
B=26.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641751220.0600.300.3172.4524.8858.24
HexA4AF7A601E1F48193a
Octal2442571726036371103172
Binary1010010010101111111101011001111011111100100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AF7A; }

 p { color: rgb(164,175,122); }

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

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

 a { background-color: rgb(164,175,122); }

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

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

 span { border-color: rgb(164,175,122); }

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