Html Css Color HEX #ADAA9A Eagle

📋 copy color: '#ADAA9A'

red 173 ◦ green 170 ◦ blue 154

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

Shades of Eagle #ADAA9A

Tints of Eagle #ADAA9A

RGB

 RED value IS 173 (67.97% from 255) = 34.81%

 GREEN value IS 170 (66.8% from 255) = 34.21%

 BLUE value IS 154 (60.55% from 255) = 30.99%

R = 34.81%
G = 34.21%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#ADAA9A (or 0xADAA9A) is known color: Eagle. HEX triplet: AD, AA and 9A. RGB value is (173,170,154). Sum of RGB (Red+Green+Blue) = 173+170+154=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAA9A is #525565. Grayscale: #A9A9A9. Windows color (decimal): -5395814 or 10136237. OLE color: 10136237.

HSL color Cylindrical-coordinate representation of color #ADAA9A: hue angle of 50.53º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADAA9A is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 170 154 -
CMYK 0 0.02 0.11 0.32
HSL 50.53º 0.1% 0.64% -
HSV(B) 50.53º 0.11% 0.68% -
XYZ 37.44 39.97 36.31 -
YUV 169.07 119.49 130.8 -
System Red Green Blue C M Y K H S L
Decimal 173 170 154 0 0.02 0.11 0.32 50.53 0.1 0.64
Hex AD AA 9A 0 2 B 20 33 A 40
Octal 255 252 232 0 2 13 40 63 12 100
Binary 10101101 10101010 10011010 0 10 1011 100000 110011 1010 1000000

Color Harmonies of #ADAA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA9A

Black with #ADAA9A

Text Example


Text Example

White with #ADAA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA9A; }

 p { color: rgb(173,170,154); }

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

background-color css

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

 a { background-color: rgb(173,170,154); }

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

border-color css

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

 span { border-color: rgb(173,170,154); }

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