Html Css Color HEX #AEAB99 Eagle

📋 copy color: '#AEAB99'

red 174 ◦ green 171 ◦ blue 153

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

Shades of Eagle #AEAB99

Tints of Eagle #AEAB99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.72%

R = 34.94%
G = 34.34%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AEAB99 (or 0xAEAB99) is known color: Eagle. HEX triplet: AE, AB and 99. RGB value is (174,171,153). Sum of RGB (Red+Green+Blue) = 174+171+153=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 153 (60.16% from 255 or 30.72% from 498); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAB99 is #515466. Grayscale: #A9A9A9. Windows color (decimal): -5330023 or 10070958. OLE color: 10070958.

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

Color convert

RGB 174 171 153 -
CMYK 0 0.02 0.12 0.32
HSL 51.43º 0.11% 0.64% -
HSV(B) 51.43º 0.12% 0.68% -
XYZ 37.77 40.42 35.95 -
YUV 169.85 118.49 130.96 -
System Red Green Blue C M Y K H S L
Decimal 174 171 153 0 0.02 0.12 0.32 51.43 0.11 0.64
Hex AE AB 99 0 2 C 20 33 B 40
Octal 256 253 231 0 2 14 40 63 13 100
Binary 10101110 10101011 10011001 0 10 1100 100000 110011 1011 1000000

Color Harmonies of #AEAB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAB99

Black with #AEAB99

Text Example


Text Example

White with #AEAB99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAB99; }

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

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

background-color css

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

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

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

border-color css

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

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

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