#A4AB72

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

Shades of Locust #A4AB72

Tints of Locust #A4AB72

Color information

#A4AB72 (or 0xA4AB72) is unknown color: approx Locust. HEX triplet: A4, AB and 72. RGB value is (164,171,114). Sum of RGB (Red+Green+Blue) = 164+171+114=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AB72 is #5B548D. Grayscale: #A2A2A2. Windows color (decimal): -5985422 or 7515044. OLE color: 7515044.

HSL color Cylindrical-coordinate representation of color #A4AB72: hue angle of 67.37º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4AB72 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB164171114-
CMYK0.0400.330.33
HSL67.37º25.33%55.88%-
HSV(B)67.37º33.33%67.06%-
XYZ32.9138.2321.56-
YUV162.41100.68129.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.53%
GREEN value IS 171 (67.19% from 255) = 38.08%
BLUE value IS 114 (44.92% from 255) = 25.39%
R=36.53%
G=38.08%
B=25.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641711140.0400.330.3367.3725.3355.88
HexA4AB72402121431938
Octal2442531624041411033170
Binary101001001010101111100101000100001100001100001111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AB72; }

 p { color: rgb(164,171,114); }

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

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

 a { background-color: rgb(164,171,114); }

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

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

 span { border-color: rgb(164,171,114); }

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