Html Css Color HEX #AEAD67 Olive Green

📋 copy color: '#AEAD67'

red 174 ◦ green 173 ◦ blue 103

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

Shades of Olive Green #AEAD67

Tints of Olive Green #AEAD67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.89%

R = 38.67%
G = 38.44%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AEAD67 (or 0xAEAD67) is known color: Olive Green. HEX triplet: AE, AD and 67. RGB value is (174,173,103). Sum of RGB (Red+Green+Blue) = 174+173+103=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 103 (40.62% from 255 or 22.89% from 450); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAD67 is #515298. Grayscale: #A5A5A5. Windows color (decimal): -5329561 or 6794670. OLE color: 6794670.

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

Color convert

RGB 174 173 103 -
CMYK 0 0.01 0.41 0.32
HSL 59.15º 0.3% 0.54% -
HSV(B) 59.15º 0.41% 0.68% -
XYZ 34.85 39.87 18.69 -
YUV 165.32 92.83 134.19 -
System Red Green Blue C M Y K H S L
Decimal 174 173 103 0 0.01 0.41 0.32 59.15 0.3 0.54
Hex AE AD 67 0 1 29 20 3B 1E 36
Octal 256 255 147 0 1 51 40 73 36 66
Binary 10101110 10101101 1100111 0 1 101001 100000 111011 11110 110110

Color Harmonies of #AEAD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAD67

Black with #AEAD67

Text Example


Text Example

White with #AEAD67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAD67; }

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

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

background-color css

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

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

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

border-color css

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

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

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