Html Css Color HEX #AEAB9E Eagle

📋 copy color: '#AEAB9E'

red 174 ◦ green 171 ◦ blue 158

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

Shades of Eagle #AEAB9E

Tints of Eagle #AEAB9E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34%

 BLUE value IS 158 (62.11% from 255) = 31.41%

R = 34.59%
G = 34%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AEAB9E (or 0xAEAB9E) is known color: Eagle. HEX triplet: AE, AB and 9E. RGB value is (174,171,158). Sum of RGB (Red+Green+Blue) = 174+171+158=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 158 (62.11% from 255 or 31.41% from 503); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAB9E is #515461. Grayscale: #AAAAAA. Windows color (decimal): -5330018 or 10398638. OLE color: 10398638.

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

Color convert

RGB 174 171 158 -
CMYK 0 0.02 0.09 0.32
HSL 48.75º 0.09% 0.65% -
HSV(B) 48.75º 0.09% 0.68% -
XYZ 38.19 40.59 38.17 -
YUV 170.42 120.99 130.56 -
System Red Green Blue C M Y K H S L
Decimal 174 171 158 0 0.02 0.09 0.32 48.75 0.09 0.65
Hex AE AB 9E 0 2 9 20 31 9 41
Octal 256 253 236 0 2 11 40 61 11 101
Binary 10101110 10101011 10011110 0 10 1001 100000 110001 1001 1000001

Color Harmonies of #AEAB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAB9E

Black with #AEAB9E

Text Example


Text Example

White with #AEAB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAB9E; }

 p { color: rgb(174,171,158); }

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

background-color css

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

 a { background-color: rgb(174,171,158); }

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

border-color css

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

 span { border-color: rgb(174,171,158); }

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