#A4AF80

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

Shades of Locust #A4AF80

Tints of Locust #A4AF80

Color information

#A4AF80 (or 0xA4AF80) is unknown color: approx Locust. HEX triplet: A4, AF and 80. RGB value is (164,175,128). Sum of RGB (Red+Green+Blue) = 164+175+128=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 175 - color contains mainly: green. Hex color #A4AF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AF80 is #5B507F. Grayscale: #A6A6A6. Windows color (decimal): -5984384 or 8433572. OLE color: 8433572.

HSL color Cylindrical-coordinate representation of color #A4AF80: hue angle of 74.04º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4AF80 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB164175128-
CMYK0.0600.270.31
HSL74.04º22.71%59.41%-
HSV(B)74.04º26.86%68.63%-
XYZ34.5440.1126.34-
YUV166.35106.36126.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.12%
GREEN value IS 175 (68.75% from 255) = 37.47%
BLUE value IS 128 (50.39% from 255) = 27.41%
R=35.12%
G=37.47%
B=27.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641751280.0600.270.3174.0422.7159.41
HexA4AF80601B1F4a173b
Octal2442572006033371122773
Binary10100100101011111000000011001101111111100101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AF80; }

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

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

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

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

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

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

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

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