Html Css Color HEX #ADAB8D Eagle

📋 copy color: '#ADAB8D'

red 173 ◦ green 171 ◦ blue 141

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

Shades of Eagle #ADAB8D

Tints of Eagle #ADAB8D

RGB

 RED value IS 173 (67.97% from 255) = 35.67%

 GREEN value IS 171 (67.19% from 255) = 35.26%

 BLUE value IS 141 (55.47% from 255) = 29.07%

R = 35.67%
G = 35.26%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#ADAB8D (or 0xADAB8D) is known color: Eagle. HEX triplet: AD, AB and 8D. RGB value is (173,171,141). Sum of RGB (Red+Green+Blue) = 173+171+141=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAB8D is #525472. Grayscale: #A8A8A8. Windows color (decimal): -5395571 or 9284525. OLE color: 9284525.

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

Color convert

RGB 173 171 141 -
CMYK 0 0.01 0.18 0.32
HSL 56.25º 0.16% 0.62% -
HSV(B) 56.25º 0.18% 0.68% -
XYZ 36.6 39.93 30.98 -
YUV 168.18 112.66 131.44 -
System Red Green Blue C M Y K H S L
Decimal 173 171 141 0 0.01 0.18 0.32 56.25 0.16 0.62
Hex AD AB 8D 0 1 12 20 38 10 3E
Octal 255 253 215 0 1 22 40 70 20 76
Binary 10101101 10101011 10001101 0 1 10010 100000 111000 10000 111110

Color Harmonies of #ADAB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB8D

Black with #ADAB8D

Text Example


Text Example

White with #ADAB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB8D; }

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

 H1.HeaderClassName
 {
   color: #ADAB8D;
 }
 .AnyTagClassName
 {
   color: #ADAB8D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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