Html Css Color HEX #ADA98D Eagle

📋 copy color: '#ADA98D'

red 173 ◦ green 169 ◦ blue 141

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

Shades of Eagle #ADA98D

Tints of Eagle #ADA98D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.19%

R = 35.82%
G = 34.99%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#ADA98D (or 0xADA98D) is known color: Eagle. HEX triplet: AD, A9 and 8D. RGB value is (173,169,141). Sum of RGB (Red+Green+Blue) = 173+169+141=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA98D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA98D is #525672. Grayscale: #A7A7A7. Windows color (decimal): -5396083 or 9284013. OLE color: 9284013.

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

Color convert

RGB 173 169 141 -
CMYK 0 0.02 0.18 0.32
HSL 52.5º 0.16% 0.62% -
HSV(B) 52.5º 0.18% 0.68% -
XYZ 36.23 39.18 30.85 -
YUV 167 113.33 132.28 -
System Red Green Blue C M Y K H S L
Decimal 173 169 141 0 0.02 0.18 0.32 52.5 0.16 0.62
Hex AD A9 8D 0 2 12 20 34 10 3E
Octal 255 251 215 0 2 22 40 64 20 76
Binary 10101101 10101001 10001101 0 10 10010 100000 110100 10000 111110

Color Harmonies of #ADA98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA98D

Black with #ADA98D

Text Example


Text Example

White with #ADA98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA98D; }

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

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

background-color css

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

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

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

border-color css

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

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

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