Html Css Color HEX #ADAC90 Eagle

📋 copy color: '#ADAC90'

red 173 ◦ green 172 ◦ blue 144

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

Shades of Eagle #ADAC90

Tints of Eagle #ADAC90

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.17%

 BLUE value IS 144 (56.64% from 255) = 29.45%

R = 35.38%
G = 35.17%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#ADAC90 (or 0xADAC90) is known color: Eagle. HEX triplet: AD, AC and 90. RGB value is (173,172,144). Sum of RGB (Red+Green+Blue) = 173+172+144=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAC90 is #52536F. Grayscale: #A9A9A9. Windows color (decimal): -5395312 or 9481389. OLE color: 9481389.

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

Color convert

RGB 173 172 144 -
CMYK 0 0.01 0.17 0.32
HSL 57.93º 0.15% 0.62% -
HSV(B) 57.93º 0.17% 0.68% -
XYZ 37.02 40.4 32.23 -
YUV 169.11 113.83 130.78 -
System Red Green Blue C M Y K H S L
Decimal 173 172 144 0 0.01 0.17 0.32 57.93 0.15 0.62
Hex AD AC 90 0 1 11 20 3A F 3E
Octal 255 254 220 0 1 21 40 72 17 76
Binary 10101101 10101100 10010000 0 1 10001 100000 111010 1111 111110

Color Harmonies of #ADAC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAC90

Black with #ADAC90

Text Example


Text Example

White with #ADAC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAC90; }

 p { color: rgb(173,172,144); }

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

background-color css

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

 a { background-color: rgb(173,172,144); }

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

border-color css

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

 span { border-color: rgb(173,172,144); }

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