Html Css Color HEX #AEA57D Neutral Green

📋 copy color: '#AEA57D'

red 174 ◦ green 165 ◦ blue 125

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

Shades of Neutral Green #AEA57D

Tints of Neutral Green #AEA57D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.56%

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

R = 37.5%
G = 35.56%
B = 26.94%

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

#AEA57D (or 0xAEA57D) is known color: Neutral Green. HEX triplet: AE, A5 and 7D. RGB value is (174,165,125). Sum of RGB (Red+Green+Blue) = 174+165+125=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA57D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA57D is #515A82. Grayscale: #A3A3A3. Windows color (decimal): -5331587 or 8234414. OLE color: 8234414.

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

Color convert

RGB 174 165 125 -
CMYK 0 0.05 0.28 0.32
HSL 48.98º 0.23% 0.59% -
HSV(B) 48.98º 0.28% 0.68% -
XYZ 34.61 37.39 24.79 -
YUV 163.13 106.48 135.75 -
System Red Green Blue C M Y K H S L
Decimal 174 165 125 0 0.05 0.28 0.32 48.98 0.23 0.59
Hex AE A5 7D 0 5 1C 20 31 17 3B
Octal 256 245 175 0 5 34 40 61 27 73
Binary 10101110 10100101 1111101 0 101 11100 100000 110001 10111 111011

Color Harmonies of #AEA57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA57D

Black with #AEA57D

Text Example


Text Example

White with #AEA57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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