Html Css Color HEX #AEAD6C Olive Green

📋 copy color: '#AEAD6C'

red 174 ◦ green 173 ◦ blue 108

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

Shades of Olive Green #AEAD6C

Tints of Olive Green #AEAD6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.74%

R = 38.24%
G = 38.02%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AEAD6C (or 0xAEAD6C) is known color: Olive Green. HEX triplet: AE, AD and 6C. RGB value is (174,173,108). Sum of RGB (Red+Green+Blue) = 174+173+108=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAD6C is #515293. Grayscale: #A6A6A6. Windows color (decimal): -5329556 or 7122350. OLE color: 7122350.

HSL color Cylindrical-coordinate representation of color #AEAD6C: hue angle of 59.09º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AEAD6C is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 173 108 -
CMYK 0 0.01 0.38 0.32
HSL 59.09º 0.29% 0.55% -
HSV(B) 59.09º 0.38% 0.68% -
XYZ 35.11 39.97 20.05 -
YUV 165.89 95.33 133.79 -
System Red Green Blue C M Y K H S L
Decimal 174 173 108 0 0.01 0.38 0.32 59.09 0.29 0.55
Hex AE AD 6C 0 1 26 20 3B 1D 37
Octal 256 255 154 0 1 46 40 73 35 67
Binary 10101110 10101101 1101100 0 1 100110 100000 111011 11101 110111

Color Harmonies of #AEAD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAD6C

Black with #AEAD6C

Text Example


Text Example

White with #AEAD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAD6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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