Html Css Color HEX #ADAB99 Eagle

📋 copy color: '#ADAB99'

red 173 ◦ green 171 ◦ blue 153

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

Shades of Eagle #ADAB99

Tints of Eagle #ADAB99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.78%

R = 34.81%
G = 34.41%
B = 30.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#ADAB99 (or 0xADAB99) is known color: Eagle. HEX triplet: AD, AB and 99. RGB value is (173,171,153). Sum of RGB (Red+Green+Blue) = 173+171+153=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAB99 is #525466. Grayscale: #A9A9A9. Windows color (decimal): -5395559 or 10070957. OLE color: 10070957.

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

Color convert

RGB 173 171 153 -
CMYK 0 0.01 0.12 0.32
HSL 54º 0.11% 0.64% -
HSV(B) 54º 0.12% 0.68% -
XYZ 37.55 40.31 35.94 -
YUV 169.55 118.66 130.46 -
System Red Green Blue C M Y K H S L
Decimal 173 171 153 0 0.01 0.12 0.32 54 0.11 0.64
Hex AD AB 99 0 1 C 20 36 B 40
Octal 255 253 231 0 1 14 40 66 13 100
Binary 10101101 10101011 10011001 0 1 1100 100000 110110 1011 1000000

Color Harmonies of #ADAB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB99

Black with #ADAB99

Text Example


Text Example

White with #ADAB99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB99; }

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

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

background-color css

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

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

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

border-color css

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

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

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