Html Css Color HEX #AEAC96 Eagle

📋 copy color: '#AEAC96'

red 174 ◦ green 172 ◦ blue 150

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

Shades of Eagle #AEAC96

Tints of Eagle #AEAC96

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.68%

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

R = 35.08%
G = 34.68%
B = 30.24%

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

#AEAC96 (or 0xAEAC96) is known color: Eagle. HEX triplet: AE, AC and 96. RGB value is (174,172,150). Sum of RGB (Red+Green+Blue) = 174+172+150=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAC96 is #515369. Grayscale: #AAAAAA. Windows color (decimal): -5329770 or 9874606. OLE color: 9874606.

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

Color convert

RGB 174 172 150 -
CMYK 0 0.01 0.14 0.32
HSL 55º 0.13% 0.64% -
HSV(B) 55º 0.14% 0.68% -
XYZ 37.71 40.71 34.72 -
YUV 170.09 116.66 130.79 -
System Red Green Blue C M Y K H S L
Decimal 174 172 150 0 0.01 0.14 0.32 55 0.13 0.64
Hex AE AC 96 0 1 E 20 37 D 40
Octal 256 254 226 0 1 16 40 67 15 100
Binary 10101110 10101100 10010110 0 1 1110 100000 110111 1101 1000000

Color Harmonies of #AEAC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAC96

Black with #AEAC96

Text Example


Text Example

White with #AEAC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAC96; }

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

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

background-color css

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

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

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

border-color css

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

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

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