Html Css Color HEX #A8AD59 Olive Green

📋 copy color: '#A8AD59'

red 168 ◦ green 173 ◦ blue 89

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

Shades of Olive Green #A8AD59

Tints of Olive Green #A8AD59

RGB

 RED value IS 168 (66.02% from 255) = 39.07%

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

 BLUE value IS 89 (35.16% from 255) = 20.7%

R = 39.07%
G = 40.23%
B = 20.7%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#A8AD59 (or 0xA8AD59) is known color: Olive Green. HEX triplet: A8, AD and 59. RGB value is (168,173,89). Sum of RGB (Red+Green+Blue) = 168+173+89=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 89 (35.16% from 255 or 20.70% from 430); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AD59 is #5752A6. Grayscale: #A2A2A2. Windows color (decimal): -5722791 or 5877160. OLE color: 5877160.

HSL color Cylindrical-coordinate representation of color #A8AD59: hue angle of 63.57º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8AD59 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 173 89 -
CMYK 0.03 0 0.49 0.32
HSL 63.57º 0.34% 0.51% -
HSV(B) 63.57º 0.49% 0.68% -
XYZ 32.9 38.93 15.23 -
YUV 161.93 86.84 132.33 -
System Red Green Blue C M Y K H S L
Decimal 168 173 89 0.03 0 0.49 0.32 63.57 0.34 0.51
Hex A8 AD 59 3 0 31 20 40 22 33
Octal 250 255 131 3 0 61 40 100 42 63
Binary 10101000 10101101 1011001 11 0 110001 100000 1000000 100010 110011

Color Harmonies of #A8AD59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AD59

Black with #A8AD59

Text Example


Text Example

White with #A8AD59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AD59; }

 p { color: rgb(168,173,89); }

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

background-color css

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

 a { background-color: rgb(168,173,89); }

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

border-color css

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

 span { border-color: rgb(168,173,89); }

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