Html Css Color HEX #AEA68A Neutral Green

📋 copy color: '#AEA68A'

red 174 ◦ green 166 ◦ blue 138

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

Shades of Neutral Green #AEA68A

Tints of Neutral Green #AEA68A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.73%

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

R = 36.4%
G = 34.73%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AEA68A (or 0xAEA68A) is known color: Neutral Green. HEX triplet: AE, A6 and 8A. RGB value is (174,166,138). Sum of RGB (Red+Green+Blue) = 174+166+138=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA68A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA68A is #515975. Grayscale: #A5A5A5. Windows color (decimal): -5331318 or 9086638. OLE color: 9086638.

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

Color convert

RGB 174 166 138 -
CMYK 0 0.05 0.21 0.32
HSL 46.67º 0.18% 0.61% -
HSV(B) 46.67º 0.21% 0.68% -
XYZ 35.68 38.11 29.52 -
YUV 165.2 112.65 134.28 -
System Red Green Blue C M Y K H S L
Decimal 174 166 138 0 0.05 0.21 0.32 46.67 0.18 0.61
Hex AE A6 8A 0 5 15 20 2F 12 3D
Octal 256 246 212 0 5 25 40 57 22 75
Binary 10101110 10100110 10001010 0 101 10101 100000 101111 10010 111101

Color Harmonies of #AEA68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA68A

Black with #AEA68A

Text Example


Text Example

White with #AEA68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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