Html Css Color HEX #AEAD82 Neutral Green

📋 copy color: '#AEAD82'

red 174 ◦ green 173 ◦ blue 130

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

Shades of Neutral Green #AEAD82

Tints of Neutral Green #AEAD82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.25%

R = 36.48%
G = 36.27%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AEAD82 (or 0xAEAD82) is known color: Neutral Green. HEX triplet: AE, AD and 82. RGB value is (174,173,130). Sum of RGB (Red+Green+Blue) = 174+173+130=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAD82 is #51527D. Grayscale: #A8A8A8. Windows color (decimal): -5329534 or 8564142. OLE color: 8564142.

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

Color convert

RGB 174 173 130 -
CMYK 0 0.01 0.25 0.32
HSL 58.64º 0.21% 0.6% -
HSV(B) 58.64º 0.25% 0.68% -
XYZ 36.43 40.5 27.02 -
YUV 168.4 106.33 132 -
System Red Green Blue C M Y K H S L
Decimal 174 173 130 0 0.01 0.25 0.32 58.64 0.21 0.6
Hex AE AD 82 0 1 19 20 3B 15 3C
Octal 256 255 202 0 1 31 40 73 25 74
Binary 10101110 10101101 10000010 0 1 11001 100000 111011 10101 111100

Color Harmonies of #AEAD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAD82

Black with #AEAD82

Text Example


Text Example

White with #AEAD82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAD82; }

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

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

background-color css

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

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

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

border-color css

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

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

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