#ADA78D

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

Shades of Eagle #ADA78D

Tints of Eagle #ADA78D

Color information

#ADA78D (or 0xADA78D) is unknown color: approx Eagle. HEX triplet: AD, A7 and 8D. RGB value is (173,167,141). Sum of RGB (Red+Green+Blue) = 173+167+141=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA78D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA78D is #525872. Grayscale: #A5A5A5. Windows color (decimal): -5396595 or 9283501. OLE color: 9283501.

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

Color convert

RGB173167141-
CMYK00.030.180.32
HSL48.75º16.33%61.57%-
HSV(B)48.75º18.5%67.84%-
XYZ35.8638.4430.73-
YUV165.83113.99133.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.97%
GREEN value IS 167 (65.62% from 255) = 34.72%
BLUE value IS 141 (55.47% from 255) = 29.31%
R=35.97%
G=34.72%
B=29.31%

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
Decimal17316714100.030.180.3248.7516.3361.57
HexADA78D03122031103e
Octal255247215032240612076
Binary1010110110100111100011010111001010000011000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA78D; }

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

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

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

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

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

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

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

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