Html Css Color HEX #ADA68E Eagle

📋 copy color: '#ADA68E'

red 173 ◦ green 166 ◦ blue 142

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

Shades of Eagle #ADA68E

Tints of Eagle #ADA68E

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 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

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

RGB 173 166 142 -
CMYK 0 0.04 0.18 0.32
HSL 46.45º 0.16% 0.62% -
HSV(B) 46.45º 0.18% 0.68% -
XYZ 35.75 38.11 31.06 -
YUV 165.36 114.82 133.45 -
System Red Green Blue C M Y K H S L
Decimal 173 166 142 0 0.04 0.18 0.32 46.45 0.16 0.62
Hex AD A6 8E 0 4 12 20 2E 10 3E
Octal 255 246 216 0 4 22 40 56 20 76
Binary 10101101 10100110 10001110 0 100 10010 100000 101110 10000 111110

Color Harmonies of #ADA68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA68E

Black with #ADA68E

Text Example


Text Example

White with #ADA68E

Text Example


Text Example

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