Html Css Color HEX #AEA88A Neutral Green

📋 copy color: '#AEA88A'

red 174 ◦ green 168 ◦ blue 138

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

Shades of Neutral Green #AEA88A

Tints of Neutral Green #AEA88A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35%

 BLUE value IS 138 (54.3% from 255) = 28.75%

R = 36.25%
G = 35%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AEA88A (or 0xAEA88A) is known color: Neutral Green. HEX triplet: AE, A8 and 8A. RGB value is (174,168,138). Sum of RGB (Red+Green+Blue) = 174+168+138=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA88A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA88A is #515775. Grayscale: #A6A6A6. Windows color (decimal): -5330806 or 9087150. OLE color: 9087150.

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

Color convert

RGB 174 168 138 -
CMYK 0 0.03 0.21 0.32
HSL 50º 0.18% 0.61% -
HSV(B) 50º 0.21% 0.68% -
XYZ 36.05 38.84 29.64 -
YUV 166.37 111.99 133.44 -
System Red Green Blue C M Y K H S L
Decimal 174 168 138 0 0.03 0.21 0.32 50 0.18 0.61
Hex AE A8 8A 0 3 15 20 32 12 3D
Octal 256 250 212 0 3 25 40 62 22 75
Binary 10101110 10101000 10001010 0 11 10101 100000 110010 10010 111101

Color Harmonies of #AEA88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA88A

Black with #AEA88A

Text Example


Text Example

White with #AEA88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA88A; }

 p { color: rgb(174,168,138); }

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

background-color css

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

 a { background-color: rgb(174,168,138); }

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

border-color css

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

 span { border-color: rgb(174,168,138); }

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