Html Css Color HEX #AEA856 Olive Green

📋 copy color: '#AEA856'

red 174 ◦ green 168 ◦ blue 86

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

Shades of Olive Green #AEA856

Tints of Olive Green #AEA856

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.25%

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

R = 40.65%
G = 39.25%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AEA856 (or 0xAEA856) is known color: Olive Green. HEX triplet: AE, A8 and 56. RGB value is (174,168,86). Sum of RGB (Red+Green+Blue) = 174+168+86=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 86 (33.98% from 255 or 20.09% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA856 is #5157A9. Grayscale: #A0A0A0. Windows color (decimal): -5330858 or 5679278. OLE color: 5679278.

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

Color convert

RGB 174 168 86 -
CMYK 0 0.03 0.51 0.32
HSL 55.91º 0.35% 0.51% -
HSV(B) 55.91º 0.51% 0.68% -
XYZ 33.14 37.68 14.33 -
YUV 160.45 85.99 137.67 -
System Red Green Blue C M Y K H S L
Decimal 174 168 86 0 0.03 0.51 0.32 55.91 0.35 0.51
Hex AE A8 56 0 3 33 20 38 23 33
Octal 256 250 126 0 3 63 40 70 43 63
Binary 10101110 10101000 1010110 0 11 110011 100000 111000 100011 110011

Color Harmonies of #AEA856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA856

Black with #AEA856

Text Example


Text Example

White with #AEA856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA856; }

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

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

background-color css

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

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

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

border-color css

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

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

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