Html Css Color HEX #AEAB98 Eagle

📋 copy color: '#AEAB98'

red 174 ◦ green 171 ◦ blue 152

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

Shades of Eagle #AEAB98

Tints of Eagle #AEAB98

RGB

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

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

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

R = 35.01%
G = 34.41%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AEAB98 (or 0xAEAB98) is known color: Eagle. HEX triplet: AE, AB and 98. RGB value is (174,171,152). Sum of RGB (Red+Green+Blue) = 174+171+152=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 152 (59.77% from 255 or 30.58% from 497); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAB98 is #515467. Grayscale: #A9A9A9. Windows color (decimal): -5330024 or 10005422. OLE color: 10005422.

HSL color Cylindrical-coordinate representation of color #AEAB98: hue angle of 51.82º 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 #AEAB98 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 171 152 -
CMYK 0 0.02 0.13 0.32
HSL 51.82º 0.12% 0.64% -
HSV(B) 51.82º 0.13% 0.68% -
XYZ 37.69 40.39 35.52 -
YUV 169.73 117.99 131.04 -
System Red Green Blue C M Y K H S L
Decimal 174 171 152 0 0.02 0.13 0.32 51.82 0.12 0.64
Hex AE AB 98 0 2 D 20 34 C 40
Octal 256 253 230 0 2 15 40 64 14 100
Binary 10101110 10101011 10011000 0 10 1101 100000 110100 1100 1000000

Color Harmonies of #AEAB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAB98

Black with #AEAB98

Text Example


Text Example

White with #AEAB98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAB98; }

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

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

background-color css

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

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

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

border-color css

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

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

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