Html Css Color HEX #AEA95E Olive Green

📋 copy color: '#AEA95E'

red 174 ◦ green 169 ◦ blue 94

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

Shades of Olive Green #AEA95E

Tints of Olive Green #AEA95E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.67%

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

R = 39.82%
G = 38.67%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AEA95E (or 0xAEA95E) is known color: Olive Green. HEX triplet: AE, A9 and 5E. RGB value is (174,169,94). Sum of RGB (Red+Green+Blue) = 174+169+94=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 169 (66.41% from 255 or 38.67% from 437); Blue value is 94 (37.11% from 255 or 21.51% from 437); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA95E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA95E is #5156A1. Grayscale: #A2A2A2. Windows color (decimal): -5330594 or 6203822. OLE color: 6203822.

HSL color Cylindrical-coordinate representation of color #AEA95E: hue angle of 56.25º 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 #AEA95E is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 169 94 -
CMYK 0 0.03 0.46 0.32
HSL 56.25º 0.33% 0.53% -
HSV(B) 56.25º 0.46% 0.68% -
XYZ 33.66 38.18 16.19 -
YUV 161.95 89.66 136.6 -
System Red Green Blue C M Y K H S L
Decimal 174 169 94 0 0.03 0.46 0.32 56.25 0.33 0.53
Hex AE A9 5E 0 3 2E 20 38 21 35
Octal 256 251 136 0 3 56 40 70 41 65
Binary 10101110 10101001 1011110 0 11 101110 100000 111000 100001 110101

Color Harmonies of #AEA95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA95E

Black with #AEA95E

Text Example


Text Example

White with #AEA95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA95E; }

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

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

background-color css

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

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

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

border-color css

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

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

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