Html Css Color HEX #AEAD5D Olive Green

📋 copy color: '#AEAD5D'

red 174 ◦ green 173 ◦ blue 93

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

Shades of Olive Green #AEAD5D

Tints of Olive Green #AEAD5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.14%

R = 39.55%
G = 39.32%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AEAD5D (or 0xAEAD5D) is known color: Olive Green. HEX triplet: AE, AD and 5D. RGB value is (174,173,93). Sum of RGB (Red+Green+Blue) = 174+173+93=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAD5D is #5152A2. Grayscale: #A4A4A4. Windows color (decimal): -5329571 or 6139310. OLE color: 6139310.

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

Color convert

RGB 174 173 93 -
CMYK 0 0.01 0.47 0.32
HSL 59.26º 0.33% 0.52% -
HSV(B) 59.26º 0.47% 0.68% -
XYZ 34.37 39.68 16.2 -
YUV 164.18 87.83 135 -
System Red Green Blue C M Y K H S L
Decimal 174 173 93 0 0.01 0.47 0.32 59.26 0.33 0.52
Hex AE AD 5D 0 1 2F 20 3B 21 34
Octal 256 255 135 0 1 57 40 73 41 64
Binary 10101110 10101101 1011101 0 1 101111 100000 111011 100001 110100

Color Harmonies of #AEAD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAD5D

Black with #AEAD5D

Text Example


Text Example

White with #AEAD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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