Html Css Color HEX #AEAD96 Eagle

📋 copy color: '#AEAD96'

red 174 ◦ green 173 ◦ blue 150

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

Shades of Eagle #AEAD96

Tints of Eagle #AEAD96

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.81%

 BLUE value IS 150 (58.98% from 255) = 30.18%

R = 35.01%
G = 34.81%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AEAD96 (or 0xAEAD96) is known color: Eagle. HEX triplet: AE, AD and 96. RGB value is (174,173,150). Sum of RGB (Red+Green+Blue) = 174+173+150=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAD96 is #515269. Grayscale: #AAAAAA. Windows color (decimal): -5329514 or 9874862. OLE color: 9874862.

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

Color convert

RGB 174 173 150 -
CMYK 0 0.01 0.14 0.32
HSL 57.5º 0.13% 0.64% -
HSV(B) 57.5º 0.14% 0.68% -
XYZ 37.9 41.09 34.79 -
YUV 170.68 116.33 130.37 -
System Red Green Blue C M Y K H S L
Decimal 174 173 150 0 0.01 0.14 0.32 57.5 0.13 0.64
Hex AE AD 96 0 1 E 20 3A D 40
Octal 256 255 226 0 1 16 40 72 15 100
Binary 10101110 10101101 10010110 0 1 1110 100000 111010 1101 1000000

Color Harmonies of #AEAD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAD96

Black with #AEAD96

Text Example


Text Example

White with #AEAD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAD96; }

 p { color: rgb(174,173,150); }

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

background-color css

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

 a { background-color: rgb(174,173,150); }

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

border-color css

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

 span { border-color: rgb(174,173,150); }

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