Html Css Color HEX #AEA67D Neutral Green

📋 copy color: '#AEA67D'

red 174 ◦ green 166 ◦ blue 125

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

Shades of Neutral Green #AEA67D

Tints of Neutral Green #AEA67D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.7%

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

R = 37.42%
G = 35.7%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AEA67D (or 0xAEA67D) is known color: Neutral Green. HEX triplet: AE, A6 and 7D. RGB value is (174,166,125). Sum of RGB (Red+Green+Blue) = 174+166+125=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA67D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA67D is #515982. Grayscale: #A3A3A3. Windows color (decimal): -5331331 or 8234670. OLE color: 8234670.

HSL color Cylindrical-coordinate representation of color #AEA67D: hue angle of 50.2º 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 #AEA67D is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 166 125 -
CMYK 0 0.05 0.28 0.32
HSL 50.2º 0.23% 0.59% -
HSV(B) 50.2º 0.28% 0.68% -
XYZ 34.79 37.75 24.86 -
YUV 163.72 106.15 135.33 -
System Red Green Blue C M Y K H S L
Decimal 174 166 125 0 0.05 0.28 0.32 50.2 0.23 0.59
Hex AE A6 7D 0 5 1C 20 32 17 3B
Octal 256 246 175 0 5 34 40 62 27 73
Binary 10101110 10100110 1111101 0 101 11100 100000 110010 10111 111011

Color Harmonies of #AEA67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA67D

Black with #AEA67D

Text Example


Text Example

White with #AEA67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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