Html Css Color HEX #AEA88D Eagle

📋 copy color: '#AEA88D'

red 174 ◦ green 168 ◦ blue 141

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

Shades of Eagle #AEA88D

Tints of Eagle #AEA88D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.19%

R = 36.02%
G = 34.78%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AEA88D (or 0xAEA88D) is known color: Eagle. HEX triplet: AE, A8 and 8D. RGB value is (174,168,141). Sum of RGB (Red+Green+Blue) = 174+168+141=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA88D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA88D is #515772. Grayscale: #A6A6A6. Windows color (decimal): -5330803 or 9283758. OLE color: 9283758.

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

Color convert

RGB 174 168 141 -
CMYK 0 0.03 0.19 0.32
HSL 49.09º 0.17% 0.62% -
HSV(B) 49.09º 0.19% 0.68% -
XYZ 36.27 38.93 30.8 -
YUV 166.72 113.49 133.2 -
System Red Green Blue C M Y K H S L
Decimal 174 168 141 0 0.03 0.19 0.32 49.09 0.17 0.62
Hex AE A8 8D 0 3 13 20 31 11 3E
Octal 256 250 215 0 3 23 40 61 21 76
Binary 10101110 10101000 10001101 0 11 10011 100000 110001 10001 111110

Color Harmonies of #AEA88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA88D

Black with #AEA88D

Text Example


Text Example

White with #AEA88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA88D; }

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

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

background-color css

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

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

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

border-color css

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

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

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