#ADA68E

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

Shades of Eagle #ADA68E

Tints of Eagle #ADA68E

Color information

#ADA68E (or 0xADA68E) is unknown color: approx Eagle. HEX triplet: AD, A6 and 8E. RGB value is (173,166,142). Sum of RGB (Red+Green+Blue) = 173+166+142=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA68E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA68E is #525971. Grayscale: #A5A5A5. Windows color (decimal): -5396850 or 9348781. OLE color: 9348781.

HSL color Cylindrical-coordinate representation of color #ADA68E: hue angle of 46.45º 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 #ADA68E is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB173166142-
CMYK00.040.180.32
HSL46.45º15.9%61.76%-
HSV(B)46.45º17.92%67.84%-
XYZ35.7538.1131.06-
YUV165.36114.82133.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.97%
GREEN value IS 166 (65.23% from 255) = 34.51%
BLUE value IS 142 (55.86% from 255) = 29.52%
R=35.97%
G=34.51%
B=29.52%

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
Decimal17316614200.040.180.3246.4515.961.76
HexADA68E0412202e103e
Octal255246216042240562076
Binary10101101101001101000111001001001010000010111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA68E; }

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

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

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

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

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

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

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

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