Html Css Color HEX #AEAA99 Eagle

📋 copy color: '#AEAA99'

red 174 ◦ green 170 ◦ blue 153

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

Shades of Eagle #AEAA99

Tints of Eagle #AEAA99

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.21%

 BLUE value IS 153 (60.16% from 255) = 30.78%

R = 35.01%
G = 34.21%
B = 30.78%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AEAA99 (or 0xAEAA99) is known color: Eagle. HEX triplet: AE, AA and 99. RGB value is (174,170,153). Sum of RGB (Red+Green+Blue) = 174+170+153=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAA99 is #515566. Grayscale: #A9A9A9. Windows color (decimal): -5330279 or 10070702. OLE color: 10070702.

HSL color Cylindrical-coordinate representation of color #AEAA99: hue angle of 48.57º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEAA99 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 170 153 -
CMYK 0 0.02 0.12 0.32
HSL 48.57º 0.11% 0.64% -
HSV(B) 48.57º 0.12% 0.68% -
XYZ 37.58 40.05 35.89 -
YUV 169.26 118.83 131.38 -
System Red Green Blue C M Y K H S L
Decimal 174 170 153 0 0.02 0.12 0.32 48.57 0.11 0.64
Hex AE AA 99 0 2 C 20 31 B 40
Octal 256 252 231 0 2 14 40 61 13 100
Binary 10101110 10101010 10011001 0 10 1100 100000 110001 1011 1000000

Color Harmonies of #AEAA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAA99

Black with #AEAA99

Text Example


Text Example

White with #AEAA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAA99; }

 p { color: rgb(174,170,153); }

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

background-color css

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

 a { background-color: rgb(174,170,153); }

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

border-color css

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

 span { border-color: rgb(174,170,153); }

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