Html Css Color HEX #AEA975 Neutral Green

📋 copy color: '#AEA975'

red 174 ◦ green 169 ◦ blue 117

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

Shades of Neutral Green #AEA975

Tints of Neutral Green #AEA975

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.74%

 BLUE value IS 117 (46.09% from 255) = 25.43%

R = 37.83%
G = 36.74%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AEA975 (or 0xAEA975) is known color: Neutral Green. HEX triplet: AE, A9 and 75. RGB value is (174,169,117). Sum of RGB (Red+Green+Blue) = 174+169+117=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 169 (66.41% from 255 or 36.74% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA975 is #51568A. Grayscale: #A4A4A4. Windows color (decimal): -5330571 or 7711150. OLE color: 7711150.

HSL color Cylindrical-coordinate representation of color #AEA975: hue angle of 54.74º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AEA975 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 169 117 -
CMYK 0 0.03 0.33 0.32
HSL 54.74º 0.26% 0.57% -
HSV(B) 54.74º 0.33% 0.68% -
XYZ 34.85 38.66 22.45 -
YUV 164.57 101.16 134.73 -
System Red Green Blue C M Y K H S L
Decimal 174 169 117 0 0.03 0.33 0.32 54.74 0.26 0.57
Hex AE A9 75 0 3 21 20 37 1A 39
Octal 256 251 165 0 3 41 40 67 32 71
Binary 10101110 10101001 1110101 0 11 100001 100000 110111 11010 111001

Color Harmonies of #AEA975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA975

Black with #AEA975

Text Example


Text Example

White with #AEA975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA975; }

 p { color: rgb(174,169,117); }

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

background-color css

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

 a { background-color: rgb(174,169,117); }

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

border-color css

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

 span { border-color: rgb(174,169,117); }

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