Html Css Color HEX #AEA998 Eagle

📋 copy color: '#AEA998'

red 174 ◦ green 169 ◦ blue 152

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

Shades of Eagle #AEA998

Tints of Eagle #AEA998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 30.71%

R = 35.15%
G = 34.14%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AEA998 (or 0xAEA998) is known color: Eagle. HEX triplet: AE, A9 and 98. RGB value is (174,169,152). Sum of RGB (Red+Green+Blue) = 174+169+152=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 152 (59.77% from 255 or 30.71% from 495); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA998 is #515667. Grayscale: #A8A8A8. Windows color (decimal): -5330536 or 10004910. OLE color: 10004910.

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

Color convert

RGB 174 169 152 -
CMYK 0 0.03 0.13 0.32
HSL 46.36º 0.12% 0.64% -
HSV(B) 46.36º 0.13% 0.68% -
XYZ 37.31 39.64 35.39 -
YUV 168.56 118.66 131.88 -
System Red Green Blue C M Y K H S L
Decimal 174 169 152 0 0.03 0.13 0.32 46.36 0.12 0.64
Hex AE A9 98 0 3 D 20 2E C 40
Octal 256 251 230 0 3 15 40 56 14 100
Binary 10101110 10101001 10011000 0 11 1101 100000 101110 1100 1000000

Color Harmonies of #AEA998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA998

Black with #AEA998

Text Example


Text Example

White with #AEA998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA998; }

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

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

background-color css

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

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

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

border-color css

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

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

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