#A0AF81

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

Shades of Olivine #A0AF81

Tints of Olivine #A0AF81

Color information

#A0AF81 (or 0xA0AF81) is unknown color: approx Olivine. HEX triplet: A0, AF and 81. RGB value is (160,175,129). Sum of RGB (Red+Green+Blue) = 160+175+129=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AF81 is #5F507E. Grayscale: #A5A5A5. Windows color (decimal): -6246527 or 8499104. OLE color: 8499104.

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

Color convert

RGB160175129-
CMYK0.0900.260.31
HSL79.57º22.33%59.61%-
HSV(B)79.57º26.29%68.63%-
XYZ33.7939.7226.65-
YUV165.27107.53124.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.48%
GREEN value IS 175 (68.75% from 255) = 37.72%
BLUE value IS 129 (50.78% from 255) = 27.80%
R=34.48%
G=37.72%
B=27.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601751290.0900.260.3179.5722.3359.61
HexA0AF81901A1F50163c
Octal24025720111032371202674
Binary101000001010111110000001100101101011111101000010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AF81; }

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

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

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

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

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

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

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

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