Html Css Color HEX #AEA485 Neutral Green

📋 copy color: '#AEA485'

red 174 ◦ green 164 ◦ blue 133

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

Shades of Neutral Green #AEA485

Tints of Neutral Green #AEA485

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.82%

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

R = 36.94%
G = 34.82%
B = 28.24%

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

#AEA485 (or 0xAEA485) is known color: Neutral Green. HEX triplet: AE, A4 and 85. RGB value is (174,164,133). Sum of RGB (Red+Green+Blue) = 174+164+133=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 133 (52.34% from 255 or 28.24% from 471); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA485 is #515B7A. Grayscale: #A3A3A3. Windows color (decimal): -5331835 or 8758446. OLE color: 8758446.

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

Color convert

RGB 174 164 133 -
CMYK 0 0.06 0.24 0.32
HSL 45.37º 0.2% 0.6% -
HSV(B) 45.37º 0.24% 0.68% -
XYZ 34.96 37.24 27.54 -
YUV 163.46 110.81 135.52 -
System Red Green Blue C M Y K H S L
Decimal 174 164 133 0 0.06 0.24 0.32 45.37 0.2 0.6
Hex AE A4 85 0 6 18 20 2D 14 3C
Octal 256 244 205 0 6 30 40 55 24 74
Binary 10101110 10100100 10000101 0 110 11000 100000 101101 10100 111100

Color Harmonies of #AEA485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA485

Black with #AEA485

Text Example


Text Example

White with #AEA485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA485; }

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

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

background-color css

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

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

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

border-color css

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

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

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