#AEAF57

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

Shades of Olive Green #AEAF57

Tints of Olive Green #AEAF57

Color information

#AEAF57 (or 0xAEAF57) is unknown color: approx Olive Green. HEX triplet: AE, AF and 57. RGB value is (174,175,87). Sum of RGB (Red+Green+Blue) = 174+175+87=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 87 (34.38% from 255 or 19.95% from 436); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAF57 is #5150A8. Grayscale: #A5A5A5. Windows color (decimal): -5329065 or 5746606. OLE color: 5746606.

HSL color Cylindrical-coordinate representation of color #AEAF57: hue angle of 60.68º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AEAF57 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB17417587-
CMYK0.0100.500.31
HSL60.68º35.48%51.37%-
HSV(B)60.68º50.29%68.63%-
XYZ34.5140.3514.99-
YUV164.6784.17134.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.91%
GREEN value IS 175 (68.75% from 255) = 40.14%
BLUE value IS 87 (34.38% from 255) = 19.95%
R=39.91%
G=40.14%
B=19.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal174175870.0100.500.3160.6835.4851.37
HexAEAF5710321F3d2333
Octal256257127106237754363
Binary101011101010111110101111011001011111111101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAF57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAF57; }

 p { color: rgb(174,175,87); }

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

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

 a { background-color: rgb(174,175,87); }

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

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

 span { border-color: rgb(174,175,87); }

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