Html Css Color HEX #AEA855 Olive Green

📋 copy color: '#AEA855'

red 174 ◦ green 168 ◦ blue 85

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

Shades of Olive Green #AEA855

Tints of Olive Green #AEA855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.91%

R = 40.75%
G = 39.34%
B = 19.91%

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

#AEA855 (or 0xAEA855) is known color: Olive Green. HEX triplet: AE, A8 and 55. RGB value is (174,168,85). Sum of RGB (Red+Green+Blue) = 174+168+85=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 85 (33.59% from 255 or 19.91% from 427); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA855 is #5157AA. Grayscale: #A0A0A0. Windows color (decimal): -5330859 or 5613742. OLE color: 5613742.

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

Color convert

RGB 174 168 85 -
CMYK 0 0.03 0.51 0.32
HSL 55.96º 0.35% 0.51% -
HSV(B) 55.96º 0.51% 0.68% -
XYZ 33.1 37.66 14.12 -
YUV 160.33 85.49 137.75 -
System Red Green Blue C M Y K H S L
Decimal 174 168 85 0 0.03 0.51 0.32 55.96 0.35 0.51
Hex AE A8 55 0 3 33 20 38 23 33
Octal 256 250 125 0 3 63 40 70 43 63
Binary 10101110 10101000 1010101 0 11 110011 100000 111000 100011 110011

Color Harmonies of #AEA855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA855

Black with #AEA855

Text Example


Text Example

White with #AEA855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA855; }

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

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

background-color css

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

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

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

border-color css

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

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

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