Html Css Color HEX #ADA99B Eagle

📋 copy color: '#ADA99B'

red 173 ◦ green 169 ◦ blue 155

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

Shades of Eagle #ADA99B

Tints of Eagle #ADA99B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34%

 BLUE value IS 155 (60.94% from 255) = 31.19%

R = 34.81%
G = 34%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#ADA99B (or 0xADA99B) is known color: Eagle. HEX triplet: AD, A9 and 9B. RGB value is (173,169,155). Sum of RGB (Red+Green+Blue) = 173+169+155=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA99B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA99B is #525664. Grayscale: #A8A8A8. Windows color (decimal): -5396069 or 10201517. OLE color: 10201517.

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

Color convert

RGB 173 169 155 -
CMYK 0 0.02 0.10 0.32
HSL 46.67º 0.1% 0.64% -
HSV(B) 46.67º 0.1% 0.68% -
XYZ 37.34 39.63 36.69 -
YUV 168.6 120.33 131.14 -
System Red Green Blue C M Y K H S L
Decimal 173 169 155 0 0.02 0.10 0.32 46.67 0.1 0.64
Hex AD A9 9B 0 2 A 20 2F A 40
Octal 255 251 233 0 2 12 40 57 12 100
Binary 10101101 10101001 10011011 0 10 1010 100000 101111 1010 1000000

Color Harmonies of #ADA99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA99B

Black with #ADA99B

Text Example


Text Example

White with #ADA99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA99B; }

 p { color: rgb(173,169,155); }

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

background-color css

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

 a { background-color: rgb(173,169,155); }

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

border-color css

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

 span { border-color: rgb(173,169,155); }

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