Html Css Color HEX #ADA68D Eagle

📋 copy color: '#ADA68D'

red 173 ◦ green 166 ◦ blue 141

#ADA68D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eagle #ADA68D

Tints of Eagle #ADA68D

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 value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#ADA68D (or 0xADA68D) is known color: 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

RGB 173 166 141 -
CMYK 0 0.04 0.18 0.32
HSL 46.88º 0.16% 0.62% -
HSV(B) 46.88º 0.18% 0.68% -
XYZ 35.68 38.08 30.67 -
YUV 165.24 114.32 133.53 -
System Red Green Blue C M Y K H S L
Decimal 173 166 141 0 0.04 0.18 0.32 46.88 0.16 0.62
Hex AD A6 8D 0 4 12 20 2F 10 3E
Octal 255 246 215 0 4 22 40 57 20 76
Binary 10101101 10100110 10001101 0 100 10010 100000 101111 10000 111110

Color Harmonies of #ADA68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA68D

Black with #ADA68D

Text Example


Text Example

White with #ADA68D

Text Example


Text Example

HTML Codes & Css Web 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>