Html Css Color HEX #AEAD55 Olive Green

📋 copy color: '#AEAD55'

red 174 ◦ green 173 ◦ blue 85

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

Shades of Olive Green #AEAD55

Tints of Olive Green #AEAD55

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.05%

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

R = 40.28%
G = 40.05%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AEAD55 (or 0xAEAD55) is known color: Olive Green. HEX triplet: AE, AD and 55. RGB value is (174,173,85). Sum of RGB (Red+Green+Blue) = 174+173+85=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 85 (33.59% from 255 or 19.68% from 432); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAD55 is #5152AA. Grayscale: #A3A3A3. Windows color (decimal): -5329579 or 5615022. OLE color: 5615022.

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

Color convert

RGB 174 173 85 -
CMYK 0 0.01 0.51 0.32
HSL 59.33º 0.35% 0.51% -
HSV(B) 59.33º 0.51% 0.68% -
XYZ 34.04 39.54 14.43 -
YUV 163.27 83.83 135.66 -
System Red Green Blue C M Y K H S L
Decimal 174 173 85 0 0.01 0.51 0.32 59.33 0.35 0.51
Hex AE AD 55 0 1 33 20 3B 23 33
Octal 256 255 125 0 1 63 40 73 43 63
Binary 10101110 10101101 1010101 0 1 110011 100000 111011 100011 110011

Color Harmonies of #AEAD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAD55

Black with #AEAD55

Text Example


Text Example

White with #AEAD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAD55; }

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

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

background-color css

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

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

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

border-color css

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

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

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