#A4AF7B

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

Shades of Locust #A4AF7B

Tints of Locust #A4AF7B

Color information

#A4AF7B (or 0xA4AF7B) is unknown color: approx Locust. HEX triplet: A4, AF and 7B. RGB value is (164,175,123). Sum of RGB (Red+Green+Blue) = 164+175+123=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 123 (48.44% from 255 or 26.62% from 462); Max value from RGB is 175 - color contains mainly: green. Hex color #A4AF7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AF7B is #5B5084. Grayscale: #A5A5A5. Windows color (decimal): -5984389 or 8105892. OLE color: 8105892.

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

Color convert

RGB164175123-
CMYK0.0600.300.31
HSL72.69º24.53%58.43%-
HSV(B)72.69º29.71%68.63%-
XYZ34.2139.9824.65-
YUV165.78103.86126.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.50%
GREEN value IS 175 (68.75% from 255) = 37.88%
BLUE value IS 123 (48.44% from 255) = 26.62%
R=35.50%
G=37.88%
B=26.62%

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
Decimal1641751230.0600.300.3172.6924.5358.43
HexA4AF7B601E1F49193a
Octal2442571736036371113172
Binary1010010010101111111101111001111011111100100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AF7B; }

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

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

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

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

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

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

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

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