Html Css Color HEX #AEA858 Olive Green

📋 copy color: '#AEA858'

red 174 ◦ green 168 ◦ blue 88

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

Shades of Olive Green #AEA858

Tints of Olive Green #AEA858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.47%

R = 40.47%
G = 39.07%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AEA858 (or 0xAEA858) is known color: Olive Green. HEX triplet: AE, A8 and 58. RGB value is (174,168,88). Sum of RGB (Red+Green+Blue) = 174+168+88=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 88 (34.77% from 255 or 20.47% from 430); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA858 is #5157A7. Grayscale: #A1A1A1. Windows color (decimal): -5330856 or 5810350. OLE color: 5810350.

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

Color convert

RGB 174 168 88 -
CMYK 0 0.03 0.49 0.32
HSL 55.81º 0.35% 0.51% -
HSV(B) 55.81º 0.49% 0.68% -
XYZ 33.22 37.71 14.76 -
YUV 160.67 86.99 137.5 -
System Red Green Blue C M Y K H S L
Decimal 174 168 88 0 0.03 0.49 0.32 55.81 0.35 0.51
Hex AE A8 58 0 3 31 20 38 23 33
Octal 256 250 130 0 3 61 40 70 43 63
Binary 10101110 10101000 1011000 0 11 110001 100000 111000 100011 110011

Color Harmonies of #AEA858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA858

Black with #AEA858

Text Example


Text Example

White with #AEA858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA858; }

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

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

background-color css

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

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

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

border-color css

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

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

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