Html Css Color HEX #A8AE59 Olive Green

📋 copy color: '#A8AE59'

red 168 ◦ green 174 ◦ blue 89

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

Shades of Olive Green #A8AE59

Tints of Olive Green #A8AE59

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.37%

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

R = 38.98%
G = 40.37%
B = 20.65%

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

#A8AE59 (or 0xA8AE59) is known color: Olive Green. HEX triplet: A8, AE and 59. RGB value is (168,174,89). Sum of RGB (Red+Green+Blue) = 168+174+89=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 89 (35.16% from 255 or 20.65% from 431); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AE59 is #5751A6. Grayscale: #A2A2A2. Windows color (decimal): -5722535 or 5877416. OLE color: 5877416.

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

Color convert

RGB 168 174 89 -
CMYK 0.03 0 0.49 0.32
HSL 64.24º 0.34% 0.52% -
HSV(B) 64.24º 0.49% 0.68% -
XYZ 33.09 39.32 15.3 -
YUV 162.52 86.51 131.91 -
System Red Green Blue C M Y K H S L
Decimal 168 174 89 0.03 0 0.49 0.32 64.24 0.34 0.52
Hex A8 AE 59 3 0 31 20 40 22 34
Octal 250 256 131 3 0 61 40 100 42 64
Binary 10101000 10101110 1011001 11 0 110001 100000 1000000 100010 110100

Color Harmonies of #A8AE59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AE59

Black with #A8AE59

Text Example


Text Example

White with #A8AE59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AE59; }

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

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

background-color css

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

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

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

border-color css

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

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

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