Html Css Color HEX #A9AD98 Green Spring

📋 copy color: '#A9AD98'

red 169 ◦ green 173 ◦ blue 152

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

Shades of Green Spring #A9AD98

Tints of Green Spring #A9AD98

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#A9AD98 (or 0xA9AD98) is known color: Green Spring. HEX triplet: A9, AD and 98. RGB value is (169,173,152). Sum of RGB (Red+Green+Blue) = 169+173+152=494 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.21% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 173 - color contains mainly: green. Hex color #A9AD98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AD98 is #565267. Grayscale: #A9A9A9. Windows color (decimal): -5657192 or 10005929. OLE color: 10005929.

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

Color convert

RGB 169 173 152 -
CMYK 0.02 0 0.12 0.32
HSL 71.43º 0.11% 0.64% -
HSV(B) 71.43º 0.12% 0.68% -
XYZ 36.97 40.59 35.59 -
YUV 169.41 118.17 127.71 -
System Red Green Blue C M Y K H S L
Decimal 169 173 152 0.02 0 0.12 0.32 71.43 0.11 0.64
Hex A9 AD 98 2 0 C 20 47 B 40
Octal 251 255 230 2 0 14 40 107 13 100
Binary 10101001 10101101 10011000 10 0 1100 100000 1000111 1011 1000000

Color Harmonies of #A9AD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9AD98

Black with #A9AD98

Text Example


Text Example

White with #A9AD98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9AD98; }

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

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

background-color css

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

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

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

border-color css

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

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

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