#ADAC8D

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

Shades of Eagle #ADAC8D

Tints of Eagle #ADAC8D

Color information

#ADAC8D (or 0xADAC8D) is unknown color: approx Eagle. HEX triplet: AD, AC and 8D. RGB value is (173,172,141). Sum of RGB (Red+Green+Blue) = 173+172+141=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAC8D is #525372. Grayscale: #A8A8A8. Windows color (decimal): -5395315 or 9284781. OLE color: 9284781.

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

Color convert

RGB173172141-
CMYK00.010.180.32
HSL58.12º16.33%61.57%-
HSV(B)58.12º18.5%67.84%-
XYZ36.7940.3131.04-
YUV168.76112.33131.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.60%
GREEN value IS 172 (67.58% from 255) = 35.39%
BLUE value IS 141 (55.47% from 255) = 29.01%
R=35.60%
G=35.39%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317214100.010.180.3258.1216.3361.57
HexADAC8D0112203a103e
Octal255254215012240722076
Binary101011011010110010001101011001010000011101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAC8D; }

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

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

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

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

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

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

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

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