Html Css Color HEX #A9AD61 Olive Green

📋 copy color: '#A9AD61'

red 169 ◦ green 173 ◦ blue 97

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

Shades of Olive Green #A9AD61

Tints of Olive Green #A9AD61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.1%

R = 38.5%
G = 39.41%
B = 22.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#A9AD61 (or 0xA9AD61) is known color: Olive Green. HEX triplet: A9, AD and 61. RGB value is (169,173,97). Sum of RGB (Red+Green+Blue) = 169+173+97=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 97 (38.28% from 255 or 22.10% from 439); Max value from RGB is 173 - color contains mainly: green. Hex color #A9AD61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AD61 is #56529E. Grayscale: #A3A3A3. Windows color (decimal): -5657247 or 6401449. OLE color: 6401449.

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

Color convert

RGB 169 173 97 -
CMYK 0.02 0 0.44 0.32
HSL 63.16º 0.32% 0.53% -
HSV(B) 63.16º 0.44% 0.68% -
XYZ 33.46 39.19 17.11 -
YUV 163.14 90.67 132.18 -
System Red Green Blue C M Y K H S L
Decimal 169 173 97 0.02 0 0.44 0.32 63.16 0.32 0.53
Hex A9 AD 61 2 0 2C 20 3F 20 35
Octal 251 255 141 2 0 54 40 77 40 65
Binary 10101001 10101101 1100001 10 0 101100 100000 111111 100000 110101

Color Harmonies of #A9AD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9AD61

Black with #A9AD61

Text Example


Text Example

White with #A9AD61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9AD61; }

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

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

background-color css

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

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

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

border-color css

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

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

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