Html Css Color HEX #AEA656 Olive Green

📋 copy color: '#AEA656'

red 174 ◦ green 166 ◦ blue 86

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

Shades of Olive Green #AEA656

Tints of Olive Green #AEA656

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.97%

 BLUE value IS 86 (33.98% from 255) = 20.19%

R = 40.85%
G = 38.97%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AEA656 (or 0xAEA656) is known color: Olive Green. HEX triplet: AE, A6 and 56. RGB value is (174,166,86). Sum of RGB (Red+Green+Blue) = 174+166+86=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA656 is #5159A9. Grayscale: #9F9F9F. Windows color (decimal): -5331370 or 5678766. OLE color: 5678766.

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

Color convert

RGB 174 166 86 -
CMYK 0 0.05 0.51 0.32
HSL 54.55º 0.35% 0.51% -
HSV(B) 54.55º 0.51% 0.68% -
XYZ 32.77 36.94 14.21 -
YUV 159.27 86.65 138.5 -
System Red Green Blue C M Y K H S L
Decimal 174 166 86 0 0.05 0.51 0.32 54.55 0.35 0.51
Hex AE A6 56 0 5 33 20 37 23 33
Octal 256 246 126 0 5 63 40 67 43 63
Binary 10101110 10100110 1010110 0 101 110011 100000 110111 100011 110011

Color Harmonies of #AEA656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA656

Black with #AEA656

Text Example


Text Example

White with #AEA656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA656; }

 p { color: rgb(174,166,86); }

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

background-color css

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

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

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

border-color css

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

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

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