Html Css Color HEX #A8AA5D Olive Green

📋 copy color: '#A8AA5D'

red 168 ◦ green 170 ◦ blue 93

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

Shades of Olive Green #A8AA5D

Tints of Olive Green #A8AA5D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.44%

 BLUE value IS 93 (36.72% from 255) = 21.58%

R = 38.98%
G = 39.44%
B = 21.58%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#A8AA5D (or 0xA8AA5D) is known color: Olive Green. HEX triplet: A8, AA and 5D. RGB value is (168,170,93). Sum of RGB (Red+Green+Blue) = 168+170+93=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AA5D is #5755A2. Grayscale: #A0A0A0. Windows color (decimal): -5723555 or 6138536. OLE color: 6138536.

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

Color convert

RGB 168 170 93 -
CMYK 0.01 0 0.45 0.33
HSL 61.56º 0.31% 0.52% -
HSV(B) 61.56º 0.45% 0.67% -
XYZ 32.5 37.86 15.95 -
YUV 160.62 89.84 133.26 -
System Red Green Blue C M Y K H S L
Decimal 168 170 93 0.01 0 0.45 0.33 61.56 0.31 0.52
Hex A8 AA 5D 1 0 2D 21 3E 1F 34
Octal 250 252 135 1 0 55 41 76 37 64
Binary 10101000 10101010 1011101 1 0 101101 100001 111110 11111 110100

Color Harmonies of #A8AA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AA5D

Black with #A8AA5D

Text Example


Text Example

White with #A8AA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AA5D; }

 p { color: rgb(168,170,93); }

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

background-color css

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

 a { background-color: rgb(168,170,93); }

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

border-color css

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

 span { border-color: rgb(168,170,93); }

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