Html Css Color HEX #ADAA9C Eagle

📋 copy color: '#ADAA9C'

red 173 ◦ green 170 ◦ blue 156

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

Shades of Eagle #ADAA9C

Tints of Eagle #ADAA9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.26%

R = 34.67%
G = 34.07%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#ADAA9C (or 0xADAA9C) is known color: Eagle. HEX triplet: AD, AA and 9C. RGB value is (173,170,156). Sum of RGB (Red+Green+Blue) = 173+170+156=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 156 (61.33% from 255 or 31.26% from 499); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAA9C is #525563. Grayscale: #A9A9A9. Windows color (decimal): -5395812 or 10267309. OLE color: 10267309.

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

Color convert

RGB 173 170 156 -
CMYK 0 0.02 0.10 0.32
HSL 49.41º 0.09% 0.65% -
HSV(B) 49.41º 0.1% 0.68% -
XYZ 37.61 40.03 37.2 -
YUV 169.3 120.49 130.64 -
System Red Green Blue C M Y K H S L
Decimal 173 170 156 0 0.02 0.10 0.32 49.41 0.09 0.65
Hex AD AA 9C 0 2 A 20 31 9 41
Octal 255 252 234 0 2 12 40 61 11 101
Binary 10101101 10101010 10011100 0 10 1010 100000 110001 1001 1000001

Color Harmonies of #ADAA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA9C

Black with #ADAA9C

Text Example


Text Example

White with #ADAA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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