Html Css Color HEX #ADA88D Eagle

📋 copy color: '#ADA88D'

red 173 ◦ green 168 ◦ blue 141

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

Shades of Eagle #ADA88D

Tints of Eagle #ADA88D

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

 M value IS 0.03

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#ADA88D (or 0xADA88D) is known color: 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.62º 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

RGB 173 168 141 -
CMYK 0 0.03 0.18 0.32
HSL 50.63º 0.16% 0.62% -
HSV(B) 50.63º 0.18% 0.68% -
XYZ 36.04 38.81 30.79 -
YUV 166.42 113.66 132.7 -
System Red Green Blue C M Y K H S L
Decimal 173 168 141 0 0.03 0.18 0.32 50.63 0.16 0.62
Hex AD A8 8D 0 3 12 20 33 10 3E
Octal 255 250 215 0 3 22 40 63 20 76
Binary 10101101 10101000 10001101 0 11 10010 100000 110011 10000 111110

Color Harmonies of #ADA88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA88D

Black with #ADA88D

Text Example


Text Example

White with #ADA88D

Text Example


Text Example

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