#A1AF7A

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

Shades of Sage #A1AF7A

Tints of Sage #A1AF7A

Color information

#A1AF7A (or 0xA1AF7A) is unknown color: approx Sage. HEX triplet: A1, AF and 7A. RGB value is (161,175,122). Sum of RGB (Red+Green+Blue) = 161+175+122=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 122 (48.05% from 255 or 26.64% from 458); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AF7A is #5E5085. Grayscale: #A4A4A4. Windows color (decimal): -6180998 or 8040353. OLE color: 8040353.

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

Color convert

RGB161175122-
CMYK0.0800.300.31
HSL75.85º24.88%58.24%-
HSV(B)75.85º30.29%68.63%-
XYZ33.5439.6424.3-
YUV164.77103.86125.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.15%
GREEN value IS 175 (68.75% from 255) = 38.21%
BLUE value IS 122 (48.05% from 255) = 26.64%
R=35.15%
G=38.21%
B=26.64%

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
Decimal1611751220.0800.300.3175.8524.8858.24
HexA1AF7A801E1F4c193a
Octal24125717210036371143172
Binary10100001101011111111010100001111011111100110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AF7A; }

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

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

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

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

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

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

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

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