#A7AF7A

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

Shades of Locust #A7AF7A

Tints of Locust #A7AF7A

Color information

#A7AF7A (or 0xA7AF7A) is unknown color: approx Locust. HEX triplet: A7, AF and 7A. RGB value is (167,175,122). Sum of RGB (Red+Green+Blue) = 167+175+122=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 175 - color contains mainly: green. Hex color #A7AF7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AF7A is #585085. Grayscale: #A6A6A6. Windows color (decimal): -5787782 or 8040359. OLE color: 8040359.

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

Color convert

RGB167175122-
CMYK0.0500.300.31
HSL69.06º24.88%58.24%-
HSV(B)69.06º30.29%68.63%-
XYZ34.7840.2824.35-
YUV166.57102.85128.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.99%
GREEN value IS 175 (68.75% from 255) = 37.72%
BLUE value IS 122 (48.05% from 255) = 26.29%
R=35.99%
G=37.72%
B=26.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671751220.0500.300.3169.0624.8858.24
HexA7AF7A501E1F45193a
Octal2472571725036371053172
Binary1010011110101111111101010101111011111100010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AF7A; }

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

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

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

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

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

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

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

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