Html Css Color HEX #AAA593 Eagle

📋 copy color: '#AAA593'

red 170 ◦ green 165 ◦ blue 147

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

Shades of Eagle #AAA593

Tints of Eagle #AAA593

RGB

 RED value IS 170 (66.8% from 255) = 35.27%

 GREEN value IS 165 (64.84% from 255) = 34.23%

 BLUE value IS 147 (57.81% from 255) = 30.5%

R = 35.27%
G = 34.23%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AAA593 (or 0xAAA593) is known color: Eagle. HEX triplet: AA, A5 and 93. RGB value is (170,165,147). Sum of RGB (Red+Green+Blue) = 170+165+147=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA593 is #555A6C. Grayscale: #A4A4A4. Windows color (decimal): -5593709 or 9676202. OLE color: 9676202.

HSL color Cylindrical-coordinate representation of color #AAA593: hue angle of 46.96º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAA593 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 165 147 -
CMYK 0 0.03 0.14 0.33
HSL 46.96º 0.12% 0.62% -
HSV(B) 46.96º 0.14% 0.67% -
XYZ 35.3 37.56 32.99 -
YUV 164.44 118.16 131.96 -
System Red Green Blue C M Y K H S L
Decimal 170 165 147 0 0.03 0.14 0.33 46.96 0.12 0.62
Hex AA A5 93 0 3 E 21 2F C 3E
Octal 252 245 223 0 3 16 41 57 14 76
Binary 10101010 10100101 10010011 0 11 1110 100001 101111 1100 111110

Color Harmonies of #AAA593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA593

Black with #AAA593

Text Example


Text Example

White with #AAA593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA593; }

 p { color: rgb(170,165,147); }

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

background-color css

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

 a { background-color: rgb(170,165,147); }

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

border-color css

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

 span { border-color: rgb(170,165,147); }

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