Html Css Color HEX #AEA385 Neutral Green

📋 copy color: '#AEA385'

red 174 ◦ green 163 ◦ blue 133

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

Shades of Neutral Green #AEA385

Tints of Neutral Green #AEA385

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.68%

 BLUE value IS 133 (52.34% from 255) = 28.3%

R = 37.02%
G = 34.68%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AEA385 (or 0xAEA385) is known color: Neutral Green. HEX triplet: AE, A3 and 85. RGB value is (174,163,133). Sum of RGB (Red+Green+Blue) = 174+163+133=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA385 is #515C7A. Grayscale: #A3A3A3. Windows color (decimal): -5332091 or 8758190. OLE color: 8758190.

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

Color convert

RGB 174 163 133 -
CMYK 0 0.06 0.24 0.32
HSL 43.9º 0.2% 0.6% -
HSV(B) 43.9º 0.24% 0.68% -
XYZ 34.79 36.89 27.48 -
YUV 162.87 111.14 135.94 -
System Red Green Blue C M Y K H S L
Decimal 174 163 133 0 0.06 0.24 0.32 43.9 0.2 0.6
Hex AE A3 85 0 6 18 20 2C 14 3C
Octal 256 243 205 0 6 30 40 54 24 74
Binary 10101110 10100011 10000101 0 110 11000 100000 101100 10100 111100

Color Harmonies of #AEA385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA385

Black with #AEA385

Text Example


Text Example

White with #AEA385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA385; }

 p { color: rgb(174,163,133); }

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

background-color css

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

 a { background-color: rgb(174,163,133); }

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

border-color css

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

 span { border-color: rgb(174,163,133); }

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