#A0AF76

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

Shades of Sage #A0AF76

Tints of Sage #A0AF76

Color information

#A0AF76 (or 0xA0AF76) is unknown color: approx Sage. HEX triplet: A0, AF and 76. RGB value is (160,175,118). Sum of RGB (Red+Green+Blue) = 160+175+118=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AF76 is #5F5089. Grayscale: #A4A4A4. Windows color (decimal): -6246538 or 7778208. OLE color: 7778208.

HSL color Cylindrical-coordinate representation of color #A0AF76: hue angle of 75.79º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0AF76 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB160175118-
CMYK0.0900.330.31
HSL75.79º26.27%57.45%-
HSV(B)75.79º32.57%68.63%-
XYZ33.139.4423.01-
YUV164.02102.03125.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.32%
GREEN value IS 175 (68.75% from 255) = 38.63%
BLUE value IS 118 (46.48% from 255) = 26.05%
R=35.32%
G=38.63%
B=26.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601751180.0900.330.3175.7926.2757.45
HexA0AF7690211F4c1a39
Octal24025716611041371143271
Binary101000001010111111101101001010000111111100110011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AF76; }

 p { color: rgb(160,175,118); }

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

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

 a { background-color: rgb(160,175,118); }

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

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

 span { border-color: rgb(160,175,118); }

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