Html Css Color HEX #AEAE5D Olive Green

📋 copy color: '#AEAE5D'

red 174 ◦ green 174 ◦ blue 93

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

Shades of Olive Green #AEAE5D

Tints of Olive Green #AEAE5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.09%

R = 39.46%
G = 39.46%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AEAE5D (or 0xAEAE5D) is known color: Olive Green. HEX triplet: AE, AE and 5D. RGB value is (174,174,93). Sum of RGB (Red+Green+Blue) = 174+174+93=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAE5D is #5151A2. Grayscale: #A5A5A5. Windows color (decimal): -5329315 or 6139566. OLE color: 6139566.

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

Color convert

RGB 174 174 93 -
CMYK 0 0 0.47 0.32
HSL 60º 0.33% 0.52% -
HSV(B) 60º 0.47% 0.68% -
XYZ 34.57 40.06 16.27 -
YUV 164.77 87.5 134.59 -
System Red Green Blue C M Y K H S L
Decimal 174 174 93 0 0 0.47 0.32 60 0.33 0.52
Hex AE AE 5D 0 0 2F 20 3C 21 34
Octal 256 256 135 0 0 57 40 74 41 64
Binary 10101110 10101110 1011101 0 0 101111 100000 111100 100001 110100

Color Harmonies of #AEAE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAE5D

Black with #AEAE5D

Text Example


Text Example

White with #AEAE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAE5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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