Html Css Color HEX #ADAB9A Eagle

📋 copy color: '#ADAB9A'

red 173 ◦ green 171 ◦ blue 154

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

Shades of Eagle #ADAB9A

Tints of Eagle #ADAB9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.92%

R = 34.74%
G = 34.34%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#ADAB9A (or 0xADAB9A) is known color: Eagle. HEX triplet: AD, AB and 9A. RGB value is (173,171,154). Sum of RGB (Red+Green+Blue) = 173+171+154=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAB9A is #525465. Grayscale: #A9A9A9. Windows color (decimal): -5395558 or 10136493. OLE color: 10136493.

HSL color Cylindrical-coordinate representation of color #ADAB9A: hue angle of 53.68º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADAB9A is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 171 154 -
CMYK 0 0.01 0.11 0.32
HSL 53.68º 0.1% 0.64% -
HSV(B) 53.68º 0.11% 0.68% -
XYZ 37.63 40.34 36.38 -
YUV 169.66 119.16 130.38 -
System Red Green Blue C M Y K H S L
Decimal 173 171 154 0 0.01 0.11 0.32 53.68 0.1 0.64
Hex AD AB 9A 0 1 B 20 36 A 40
Octal 255 253 232 0 1 13 40 66 12 100
Binary 10101101 10101011 10011010 0 1 1011 100000 110110 1010 1000000

Color Harmonies of #ADAB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB9A

Black with #ADAB9A

Text Example


Text Example

White with #ADAB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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