Html Css Color HEX #ADA998 Eagle

📋 copy color: '#ADA998'

red 173 ◦ green 169 ◦ blue 152

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

Shades of Eagle #ADA998

Tints of Eagle #ADA998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 30.77%

R = 35.02%
G = 34.21%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#ADA998 (or 0xADA998) is known color: Eagle. HEX triplet: AD, A9 and 98. RGB value is (173,169,152). Sum of RGB (Red+Green+Blue) = 173+169+152=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 169 (66.41% from 255 or 34.21% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA998 is #525667. Grayscale: #A8A8A8. Windows color (decimal): -5396072 or 10004909. OLE color: 10004909.

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

Color convert

RGB 173 169 152 -
CMYK 0 0.02 0.12 0.32
HSL 48.57º 0.11% 0.64% -
HSV(B) 48.57º 0.12% 0.68% -
XYZ 37.09 39.53 35.38 -
YUV 168.26 118.83 131.38 -
System Red Green Blue C M Y K H S L
Decimal 173 169 152 0 0.02 0.12 0.32 48.57 0.11 0.64
Hex AD A9 98 0 2 C 20 31 B 40
Octal 255 251 230 0 2 14 40 61 13 100
Binary 10101101 10101001 10011000 0 10 1100 100000 110001 1011 1000000

Color Harmonies of #ADA998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA998

Black with #ADA998

Text Example


Text Example

White with #ADA998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA998; }

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

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

background-color css

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

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

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

border-color css

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

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

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