Html Css Color HEX #ADAB8C Eagle

📋 copy color: '#ADAB8C'

red 173 ◦ green 171 ◦ blue 140

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

Shades of Eagle #ADAB8C

Tints of Eagle #ADAB8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.93%

R = 35.74%
G = 35.33%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#ADAB8C (or 0xADAB8C) is known color: Eagle. HEX triplet: AD, AB and 8C. RGB value is (173,171,140). Sum of RGB (Red+Green+Blue) = 173+171+140=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAB8C is #525473. Grayscale: #A8A8A8. Windows color (decimal): -5395572 or 9218989. OLE color: 9218989.

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

Color convert

RGB 173 171 140 -
CMYK 0 0.01 0.19 0.32
HSL 56.36º 0.17% 0.61% -
HSV(B) 56.36º 0.19% 0.68% -
XYZ 36.53 39.9 30.59 -
YUV 168.06 112.16 131.52 -
System Red Green Blue C M Y K H S L
Decimal 173 171 140 0 0.01 0.19 0.32 56.36 0.17 0.61
Hex AD AB 8C 0 1 13 20 38 11 3D
Octal 255 253 214 0 1 23 40 70 21 75
Binary 10101101 10101011 10001100 0 1 10011 100000 111000 10001 111101

Color Harmonies of #ADAB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB8C

Black with #ADAB8C

Text Example


Text Example

White with #ADAB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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