#ADA88D

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

Shades of Eagle #ADA88D

Tints of Eagle #ADA88D

Color information

#ADA88D (or 0xADA88D) is unknown color: approx Eagle. HEX triplet: AD, A8 and 8D. RGB value is (173,168,141). Sum of RGB (Red+Green+Blue) = 173+168+141=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA88D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA88D is #525772. Grayscale: #A6A6A6. Windows color (decimal): -5396339 or 9283757. OLE color: 9283757.

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

Color convert

RGB173168141-
CMYK00.030.180.32
HSL50.63º16.33%61.57%-
HSV(B)50.63º18.5%67.84%-
XYZ36.0438.8130.79-
YUV166.42113.66132.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.89%
GREEN value IS 168 (66.02% from 255) = 34.85%
BLUE value IS 141 (55.47% from 255) = 29.25%
R=35.89%
G=34.85%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316814100.030.180.3250.6316.3361.57
HexADA88D03122033103e
Octal255250215032240632076
Binary1010110110101000100011010111001010000011001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA88D; }

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

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

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

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

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

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

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

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