Html Css Color HEX #AEAC5E Olive Green

📋 copy color: '#AEAC5E'

red 174 ◦ green 172 ◦ blue 94

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

Shades of Olive Green #AEAC5E

Tints of Olive Green #AEAC5E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.09%

 BLUE value IS 94 (37.11% from 255) = 21.36%

R = 39.55%
G = 39.09%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AEAC5E (or 0xAEAC5E) is known color: Olive Green. HEX triplet: AE, AC and 5E. RGB value is (174,172,94). Sum of RGB (Red+Green+Blue) = 174+172+94=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 94 (37.11% from 255 or 21.36% from 440); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAC5E is #5153A1. Grayscale: #A4A4A4. Windows color (decimal): -5329826 or 6204590. OLE color: 6204590.

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

Color convert

RGB 174 172 94 -
CMYK 0 0.01 0.46 0.32
HSL 58.5º 0.33% 0.53% -
HSV(B) 58.5º 0.46% 0.68% -
XYZ 34.23 39.31 16.37 -
YUV 163.71 88.66 135.34 -
System Red Green Blue C M Y K H S L
Decimal 174 172 94 0 0.01 0.46 0.32 58.5 0.33 0.53
Hex AE AC 5E 0 1 2E 20 3A 21 35
Octal 256 254 136 0 1 56 40 72 41 65
Binary 10101110 10101100 1011110 0 1 101110 100000 111010 100001 110101

Color Harmonies of #AEAC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAC5E

Black with #AEAC5E

Text Example


Text Example

White with #AEAC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAC5E; }

 p { color: rgb(174,172,94); }

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

background-color css

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

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

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

border-color css

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

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

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