Html Css Color HEX #AEA88C Eagle

📋 copy color: '#AEA88C'

red 174 ◦ green 168 ◦ blue 140

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

Shades of Eagle #AEA88C

Tints of Eagle #AEA88C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.85%

 BLUE value IS 140 (55.08% from 255) = 29.05%

R = 36.1%
G = 34.85%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AEA88C (or 0xAEA88C) is known color: Eagle. HEX triplet: AE, A8 and 8C. RGB value is (174,168,140). Sum of RGB (Red+Green+Blue) = 174+168+140=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA88C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA88C is #515773. Grayscale: #A6A6A6. Windows color (decimal): -5330804 or 9218222. OLE color: 9218222.

HSL color Cylindrical-coordinate representation of color #AEA88C: hue angle of 49.41º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEA88C is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 168 140 -
CMYK 0 0.03 0.20 0.32
HSL 49.41º 0.17% 0.62% -
HSV(B) 49.41º 0.2% 0.68% -
XYZ 36.19 38.9 30.41 -
YUV 166.6 112.99 133.28 -
System Red Green Blue C M Y K H S L
Decimal 174 168 140 0 0.03 0.20 0.32 49.41 0.17 0.62
Hex AE A8 8C 0 3 14 20 31 11 3E
Octal 256 250 214 0 3 24 40 61 21 76
Binary 10101110 10101000 10001100 0 11 10100 100000 110001 10001 111110

Color Harmonies of #AEA88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA88C

Black with #AEA88C

Text Example


Text Example

White with #AEA88C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA88C; }

 p { color: rgb(174,168,140); }

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

background-color css

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

 a { background-color: rgb(174,168,140); }

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

border-color css

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

 span { border-color: rgb(174,168,140); }

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