Html Css Color HEX #AEA996 Eagle

📋 copy color: '#AEA996'

red 174 ◦ green 169 ◦ blue 150

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

Shades of Eagle #AEA996

Tints of Eagle #AEA996

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.28%

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

R = 35.29%
G = 34.28%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AEA996 (or 0xAEA996) is known color: Eagle. HEX triplet: AE, A9 and 96. RGB value is (174,169,150). Sum of RGB (Red+Green+Blue) = 174+169+150=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 169 (66.41% from 255 or 34.28% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA996 is #515669. Grayscale: #A8A8A8. Windows color (decimal): -5330538 or 9873838. OLE color: 9873838.

HSL color Cylindrical-coordinate representation of color #AEA996: hue angle of 47.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 #AEA996 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 169 150 -
CMYK 0 0.03 0.14 0.32
HSL 47.5º 0.13% 0.64% -
HSV(B) 47.5º 0.14% 0.68% -
XYZ 37.15 39.58 34.54 -
YUV 168.33 117.66 132.04 -
System Red Green Blue C M Y K H S L
Decimal 174 169 150 0 0.03 0.14 0.32 47.5 0.13 0.64
Hex AE A9 96 0 3 E 20 30 D 40
Octal 256 251 226 0 3 16 40 60 15 100
Binary 10101110 10101001 10010110 0 11 1110 100000 110000 1101 1000000

Color Harmonies of #AEA996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA996

Black with #AEA996

Text Example


Text Example

White with #AEA996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA996; }

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

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

background-color css

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

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

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

border-color css

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

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

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