Html Css Color HEX #AEAC50 Olive Green

📋 copy color: '#AEAC50'

red 174 ◦ green 172 ◦ blue 80

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

Shades of Olive Green #AEAC50

Tints of Olive Green #AEAC50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.78%

R = 40.85%
G = 40.38%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AEAC50 (or 0xAEAC50) is known color: Olive Green. HEX triplet: AE, AC and 50. RGB value is (174,172,80). Sum of RGB (Red+Green+Blue) = 174+172+80=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAC50 is #5153AF. Grayscale: #A2A2A2. Windows color (decimal): -5329840 or 5287086. OLE color: 5287086.

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

Color convert

RGB 174 172 80 -
CMYK 0 0.01 0.54 0.32
HSL 58.72º 0.37% 0.5% -
HSV(B) 58.72º 0.54% 0.68% -
XYZ 33.66 39.08 13.36 -
YUV 162.11 81.66 136.48 -
System Red Green Blue C M Y K H S L
Decimal 174 172 80 0 0.01 0.54 0.32 58.72 0.37 0.5
Hex AE AC 50 0 1 36 20 3B 25 32
Octal 256 254 120 0 1 66 40 73 45 62
Binary 10101110 10101100 1010000 0 1 110110 100000 111011 100101 110010

Color Harmonies of #AEAC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAC50

Black with #AEAC50

Text Example


Text Example

White with #AEAC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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