#ADA68D

Color #ADA68D Eagle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eagle #ADA68D

Tints of Eagle #ADA68D

Color information

#ADA68D (or 0xADA68D) is unknown color: approx Eagle. HEX triplet: AD, A6 and 8D. RGB value is (173,166,141). Sum of RGB (Red+Green+Blue) = 173+166+141=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA68D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA68D is #525972. Grayscale: #A5A5A5. Windows color (decimal): -5396851 or 9283245. OLE color: 9283245.

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

Color convert

RGB173166141-
CMYK00.040.180.32
HSL46.88º16.33%61.57%-
HSV(B)46.88º18.5%67.84%-
XYZ35.6838.0830.67-
YUV165.24114.32133.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.04%
GREEN value IS 166 (65.23% from 255) = 34.58%
BLUE value IS 141 (55.47% from 255) = 29.38%
R=36.04%
G=34.58%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316614100.040.180.3246.8816.3361.57
HexADA68D0412202f103e
Octal255246215042240572076
Binary10101101101001101000110101001001010000010111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA68D; }

 p { color: rgb(173,166,141); }

 H1.HeaderClassName
 {
   color: #ADA68D;
 }
 .AnyTagClassName
 {
   color: #ADA68D;
 }
</style>
background-color css

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

 a { background-color: rgb(173,166,141); }

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

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

 span { border-color: rgb(173,166,141); }

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