Html Css Color HEX #AEAD57 Olive Green

📋 copy color: '#AEAD57'

red 174 ◦ green 173 ◦ blue 87

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

Shades of Olive Green #AEAD57

Tints of Olive Green #AEAD57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.05%

R = 40.09%
G = 39.86%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.5

 K value IS 0.32

RGB Variations

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

Color information

#AEAD57 (or 0xAEAD57) is known color: Olive Green. HEX triplet: AE, AD and 57. RGB value is (174,173,87). Sum of RGB (Red+Green+Blue) = 174+173+87=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 87 (34.38% from 255 or 20.05% from 434); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAD57 is #5152A8. Grayscale: #A3A3A3. Windows color (decimal): -5329577 or 5746094. OLE color: 5746094.

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

Color convert

RGB 174 173 87 -
CMYK 0 0.01 0.5 0.32
HSL 59.31º 0.35% 0.51% -
HSV(B) 59.31º 0.5% 0.68% -
XYZ 34.12 39.57 14.86 -
YUV 163.5 84.83 135.49 -
System Red Green Blue C M Y K H S L
Decimal 174 173 87 0 0.01 0.5 0.32 59.31 0.35 0.51
Hex AE AD 57 0 1 32 20 3B 23 33
Octal 256 255 127 0 1 62 40 73 43 63
Binary 10101110 10101101 1010111 0 1 110010 100000 111011 100011 110011

Color Harmonies of #AEAD57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAD57

Black with #AEAD57

Text Example


Text Example

White with #AEAD57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAD57; }

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

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

background-color css

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

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

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

border-color css

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

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

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