Html Css Color HEX #AEA990 Eagle

📋 copy color: '#AEA990'

red 174 ◦ green 169 ◦ blue 144

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

Shades of Eagle #AEA990

Tints of Eagle #AEA990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.57%

R = 35.73%
G = 34.7%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AEA990 (or 0xAEA990) is known color: Eagle. HEX triplet: AE, A9 and 90. RGB value is (174,169,144). Sum of RGB (Red+Green+Blue) = 174+169+144=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA990 is #51566F. Grayscale: #A7A7A7. Windows color (decimal): -5330544 or 9480622. OLE color: 9480622.

HSL color Cylindrical-coordinate representation of color #AEA990: hue angle of 50º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AEA990 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 169 144 -
CMYK 0 0.03 0.17 0.32
HSL 50º 0.16% 0.62% -
HSV(B) 50º 0.17% 0.68% -
XYZ 36.68 39.39 32.06 -
YUV 167.65 114.66 132.53 -
System Red Green Blue C M Y K H S L
Decimal 174 169 144 0 0.03 0.17 0.32 50 0.16 0.62
Hex AE A9 90 0 3 11 20 32 10 3E
Octal 256 251 220 0 3 21 40 62 20 76
Binary 10101110 10101001 10010000 0 11 10001 100000 110010 10000 111110

Color Harmonies of #AEA990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA990

Black with #AEA990

Text Example


Text Example

White with #AEA990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA990; }

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

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

background-color css

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

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

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

border-color css

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

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

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