Html Css Color HEX #A9AC61 Olive Green

📋 copy color: '#A9AC61'

red 169 ◦ green 172 ◦ blue 97

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

Shades of Olive Green #A9AC61

Tints of Olive Green #A9AC61

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.27%

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

R = 38.58%
G = 39.27%
B = 22.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#A9AC61 (or 0xA9AC61) is known color: Olive Green. HEX triplet: A9, AC and 61. RGB value is (169,172,97). Sum of RGB (Red+Green+Blue) = 169+172+97=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 97 (38.28% from 255 or 22.15% from 438); Max value from RGB is 172 - color contains mainly: green. Hex color #A9AC61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AC61 is #56539E. Grayscale: #A2A2A2. Windows color (decimal): -5657503 or 6401193. OLE color: 6401193.

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

Color convert

RGB 169 172 97 -
CMYK 0.02 0 0.44 0.33
HSL 62.4º 0.31% 0.53% -
HSV(B) 62.4º 0.44% 0.67% -
XYZ 33.27 38.8 17.05 -
YUV 162.55 91.01 132.6 -
System Red Green Blue C M Y K H S L
Decimal 169 172 97 0.02 0 0.44 0.33 62.4 0.31 0.53
Hex A9 AC 61 2 0 2C 21 3E 1F 35
Octal 251 254 141 2 0 54 41 76 37 65
Binary 10101001 10101100 1100001 10 0 101100 100001 111110 11111 110101

Color Harmonies of #A9AC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9AC61

Black with #A9AC61

Text Example


Text Example

White with #A9AC61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9AC61; }

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

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

background-color css

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

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

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

border-color css

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

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

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