#A1AF7D

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

Shades of Locust #A1AF7D

Tints of Locust #A1AF7D

Color information

#A1AF7D (or 0xA1AF7D) is unknown color: approx Locust. HEX triplet: A1, AF and 7D. RGB value is (161,175,125). Sum of RGB (Red+Green+Blue) = 161+175+125=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AF7D is #5E5082. Grayscale: #A5A5A5. Windows color (decimal): -6180995 or 8236961. OLE color: 8236961.

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

Color convert

RGB161175125-
CMYK0.0800.290.31
HSL76.8º23.81%58.82%-
HSV(B)76.8º28.57%68.63%-
XYZ33.7339.7225.29-
YUV165.11105.36125.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.92%
GREEN value IS 175 (68.75% from 255) = 37.96%
BLUE value IS 125 (49.22% from 255) = 27.11%
R=34.92%
G=37.96%
B=27.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611751250.0800.290.3176.823.8158.82
HexA1AF7D801D1F4d183b
Octal24125717510035371153073
Binary10100001101011111111101100001110111111100110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AF7D; }

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

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

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

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

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

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

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

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