Html Css Color HEX #AEAD7D Neutral Green

📋 copy color: '#AEAD7D'

red 174 ◦ green 173 ◦ blue 125

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

Shades of Neutral Green #AEAD7D

Tints of Neutral Green #AEAD7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.48%

R = 36.86%
G = 36.65%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AEAD7D (or 0xAEAD7D) is known color: Neutral Green. HEX triplet: AE, AD and 7D. RGB value is (174,173,125). Sum of RGB (Red+Green+Blue) = 174+173+125=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAD7D is #515282. Grayscale: #A8A8A8. Windows color (decimal): -5329539 or 8236462. OLE color: 8236462.

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

Color convert

RGB 174 173 125 -
CMYK 0 0.01 0.28 0.32
HSL 58.78º 0.23% 0.59% -
HSV(B) 58.78º 0.28% 0.68% -
XYZ 36.1 40.37 25.29 -
YUV 167.83 103.83 132.4 -
System Red Green Blue C M Y K H S L
Decimal 174 173 125 0 0.01 0.28 0.32 58.78 0.23 0.59
Hex AE AD 7D 0 1 1C 20 3B 17 3B
Octal 256 255 175 0 1 34 40 73 27 73
Binary 10101110 10101101 1111101 0 1 11100 100000 111011 10111 111011

Color Harmonies of #AEAD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAD7D

Black with #AEAD7D

Text Example


Text Example

White with #AEAD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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