Html Css Color HEX #AEA995 Eagle

📋 copy color: '#AEA995'

red 174 ◦ green 169 ◦ blue 149

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

Shades of Eagle #AEA995

Tints of Eagle #AEA995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.28%

R = 35.37%
G = 34.35%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AEA995 (or 0xAEA995) is known color: Eagle. HEX triplet: AE, A9 and 95. RGB value is (174,169,149). Sum of RGB (Red+Green+Blue) = 174+169+149=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA995 is #51566A. Grayscale: #A8A8A8. Windows color (decimal): -5330539 or 9808302. OLE color: 9808302.

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

Color convert

RGB 174 169 149 -
CMYK 0 0.03 0.14 0.32
HSL 48º 0.13% 0.63% -
HSV(B) 48º 0.14% 0.68% -
XYZ 37.07 39.54 34.11 -
YUV 168.22 117.16 132.13 -
System Red Green Blue C M Y K H S L
Decimal 174 169 149 0 0.03 0.14 0.32 48 0.13 0.63
Hex AE A9 95 0 3 E 20 30 D 3F
Octal 256 251 225 0 3 16 40 60 15 77
Binary 10101110 10101001 10010101 0 11 1110 100000 110000 1101 111111

Color Harmonies of #AEA995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA995

Black with #AEA995

Text Example


Text Example

White with #AEA995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA995; }

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

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

background-color css

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

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

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

border-color css

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

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

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