Html Css Color HEX #AEAE57 Olive Green

📋 copy color: '#AEAE57'

red 174 ◦ green 174 ◦ blue 87

#AEAE57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #AEAE57

Tints of Olive Green #AEAE57

RGB

 RED value IS 174 (68.36% from 255) = 40%

 GREEN value IS 174 (68.36% from 255) = 40%

 BLUE value IS 87 (34.38% from 255) = 20%

R = 40%
G = 40%
B = 20%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.5

 K value IS 0.32

RGB Variations

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

Color information

#AEAE57 (or 0xAEAE57) is known color: Olive Green. HEX triplet: AE, AE and 57. RGB value is (174,174,87). Sum of RGB (Red+Green+Blue) = 174+174+87=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 87 (34.38% from 255 or 20% from 435); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAE57 is #5151A8. Grayscale: #A4A4A4. Windows color (decimal): -5329321 or 5746350. OLE color: 5746350.

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

Color convert

RGB 174 174 87 -
CMYK 0 0 0.5 0.32
HSL 60º 0.35% 0.51% -
HSV(B) 60º 0.5% 0.68% -
XYZ 34.31 39.96 14.92 -
YUV 164.08 84.5 135.07 -
System Red Green Blue C M Y K H S L
Decimal 174 174 87 0 0 0.5 0.32 60 0.35 0.51
Hex AE AE 57 0 0 32 20 3C 23 33
Octal 256 256 127 0 0 62 40 74 43 63
Binary 10101110 10101110 1010111 0 0 110010 100000 111100 100011 110011

Color Harmonies of #AEAE57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAE57

Black with #AEAE57

Text Example


Text Example

White with #AEAE57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAE57; }

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

 H1.HeaderClassName
 {
   color: #AEAE57;
 }
 .AnyTagClassName
 {
   color: #AEAE57;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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