#A4AF7E

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

Shades of Locust #A4AF7E

Tints of Locust #A4AF7E

Color information

#A4AF7E (or 0xA4AF7E) is unknown color: approx Locust. HEX triplet: A4, AF and 7E. RGB value is (164,175,126). Sum of RGB (Red+Green+Blue) = 164+175+126=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 175 - color contains mainly: green. Hex color #A4AF7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AF7E is #5B5081. Grayscale: #A6A6A6. Windows color (decimal): -5984386 or 8302500. OLE color: 8302500.

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

Color convert

RGB164175126-
CMYK0.0600.280.31
HSL73.47º23.44%59.02%-
HSV(B)73.47º28%68.63%-
XYZ34.4140.0625.66-
YUV166.12105.36126.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.27%
GREEN value IS 175 (68.75% from 255) = 37.63%
BLUE value IS 126 (49.61% from 255) = 27.10%
R=35.27%
G=37.63%
B=27.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641751260.0600.280.3173.4723.4459.02
HexA4AF7E601C1F49173b
Octal2442571766034371112773
Binary1010010010101111111111011001110011111100100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AF7E; }

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

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

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

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

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

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

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

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