#AEAF5A

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

Shades of Olive Green #AEAF5A

Tints of Olive Green #AEAF5A

Color information

#AEAF5A (or 0xAEAF5A) is unknown color: approx Olive Green. HEX triplet: AE, AF and 5A. RGB value is (174,175,90). Sum of RGB (Red+Green+Blue) = 174+175+90=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAF5A is #5150A5. Grayscale: #A5A5A5. Windows color (decimal): -5329062 or 5943214. OLE color: 5943214.

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

Color convert

RGB17417590-
CMYK0.0100.490.31
HSL60.71º34.69%51.96%-
HSV(B)60.71º48.57%68.63%-
XYZ34.6340.415.64-
YUV165.0185.67134.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.64%
GREEN value IS 175 (68.75% from 255) = 39.86%
BLUE value IS 90 (35.55% from 255) = 20.50%
R=39.64%
G=39.86%
B=20.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal174175900.0100.490.3160.7134.6951.96
HexAEAF5A10311F3d2334
Octal256257132106137754364
Binary101011101010111110110101011000111111111101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAF5A; }

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

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

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

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

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

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

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

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