#A1AF7B

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

Shades of Locust #A1AF7B

Tints of Locust #A1AF7B

Color information

#A1AF7B (or 0xA1AF7B) is unknown color: approx Locust. HEX triplet: A1, AF and 7B. RGB value is (161,175,123). Sum of RGB (Red+Green+Blue) = 161+175+123=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AF7B is #5E5084. Grayscale: #A5A5A5. Windows color (decimal): -6180997 or 8105889. OLE color: 8105889.

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

Color convert

RGB161175123-
CMYK0.0800.300.31
HSL76.15º24.53%58.43%-
HSV(B)76.15º29.71%68.63%-
XYZ33.639.6724.62-
YUV164.89104.36125.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.08%
GREEN value IS 175 (68.75% from 255) = 38.13%
BLUE value IS 123 (48.44% from 255) = 26.80%
R=35.08%
G=38.13%
B=26.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611751230.0800.300.3176.1524.5358.43
HexA1AF7B801E1F4c193a
Octal24125717310036371143172
Binary10100001101011111111011100001111011111100110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AF7B; }

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

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

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

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

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

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

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

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