Html Css Color HEX #AEA992 Eagle

📋 copy color: '#AEA992'

red 174 ◦ green 169 ◦ blue 146

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

Shades of Eagle #AEA992

Tints of Eagle #AEA992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.86%

R = 35.58%
G = 34.56%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AEA992 (or 0xAEA992) is known color: Eagle. HEX triplet: AE, A9 and 92. RGB value is (174,169,146). Sum of RGB (Red+Green+Blue) = 174+169+146=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 169 (66.41% from 255 or 34.56% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA992 is #51566D. Grayscale: #A7A7A7. Windows color (decimal): -5330542 or 9611694. OLE color: 9611694.

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

Color convert

RGB 174 169 146 -
CMYK 0 0.03 0.16 0.32
HSL 49.29º 0.15% 0.63% -
HSV(B) 49.29º 0.16% 0.68% -
XYZ 36.83 39.45 32.87 -
YUV 167.87 115.66 132.37 -
System Red Green Blue C M Y K H S L
Decimal 174 169 146 0 0.03 0.16 0.32 49.29 0.15 0.63
Hex AE A9 92 0 3 10 20 31 F 3F
Octal 256 251 222 0 3 20 40 61 17 77
Binary 10101110 10101001 10010010 0 11 10000 100000 110001 1111 111111

Color Harmonies of #AEA992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA992

Black with #AEA992

Text Example


Text Example

White with #AEA992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA992; }

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

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

background-color css

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

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

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

border-color css

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

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

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